Files
pyscript/pyscript.next/test/index.html
2023-08-01 22:28:57 +02:00

14 lines
410 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PyScript Next</title>
<link rel="stylesheet" href="../core.css" />
<script type="module" src="../core.js"></script>
</head>
<body>
<py-script>display("Hello PyScript Next")</py-script>
</body>
</html>