mirror of
https://github.com/pyscript/pyscript.git
synced 2026-05-11 18:00:16 -04:00
* 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>
16 lines
455 B
HTML
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>
|