Files
RustPython/wasm/example/index.html
Jeong, YunWon c28cb3941f prettier *.js + fix miri build (#5028)
* prettier *.js

* bump up proc-macro2
2023-07-19 23:43:26 +09:00

13 lines
359 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>RustPython Basic Example</title>
</head>
<body>
<script src="./dist/app.js"></script>
</body>
</html>