mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
13 lines
334 B
HTML
13 lines
334 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>PyScript Turtles all the way down</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<script type="module" src="../../core.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="micropython" src="./main.py"></script>
|
|
</body>
|
|
</html>
|