1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00
Files
pyscript-python-html/pyscriptjs/examples/antigravity.html
2022-04-26 16:18:04 +02:00

16 lines
348 B
HTML

<html>
<head>
<title>Antigravity</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../build/pyscript.css" />
<script defer src="../build/pyscript.js"></script>
</head>
<body>
<b>
Based on xkcd: antigravity https://xkcd.com/353/.
</b>
<py-script src="antigravity.py"></py-script>
</body>
</html>