23 lines
618 B
HTML
23 lines
618 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<script src="https://code.jquery.com/jquery-latest.js"></script>
|
|
<script type="text/javascript">
|
|
// set the pyodide files URL (packages.json, pyodide.asm.data etc)
|
|
window.languagePluginUrl = 'web/';
|
|
</script>
|
|
<script src="./web/pyodide_dev.js"></script>
|
|
<script src="./web/workterms.js"></script>
|
|
<script src="./web/raylet.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Clap if you believe in fairies...</h1>
|
|
<h2 id="status">Status: starting...</h2>
|
|
<div id="output">
|
|
</div>
|
|
</body>
|
|
<script>
|
|
</script>
|
|
</html>
|
|
|