mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
16 lines
348 B
HTML
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>
|