blob: 5fd6f66c3d130d9e7e2dc9ed1f42853e9d0b7dfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html lang="en">
<head>
<title> The YES's Page </title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="https://pyscript.net/releases/2024.8.2/core.css">
<script type="module" src="https://pyscript.net/releases/2024.8.2/core.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.147.0/three.min.js"></script>
</head>
<body>
<header>
<div style="float: left"> <button onclick="window.location.href='/'" style="font-size: 20px">sh%t go back</button> </div>
<div style="margin: auto; width: fit-content;"> <b> The Mighty HTML PyScript Testing Page </b> </div>
</header>
<div>
<script type="py" src="/scripts/test.py"></script>
</div>
</body>
</html>
|