Files
pyscript/core/tests/manual/donkey/index.html
Andrea Giammarchi f827efe2fc Add a "donkey" worker that execs or evaluates all the things (#2210)
* WIP

* Add a "donkey" worker that execs or evaluates all the things

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-10-04 17:06:07 +02:00

16 lines
455 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="../../../dist/core.css" />
<script type="module" src="./index.js"></script>
</head>
<body>
<div id="container"></div>
<button id="run" disabled>Run</button>
<button id="clear" disabled>Clear</button>
<button id="kill" disabled>Kill</button>
</body>
</html>