diff options
Diffstat (limited to 'www/pyscript.html')
| -rw-r--r-- | www/pyscript.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/pyscript.html b/www/pyscript.html new file mode 100644 index 0000000..5fd6f66 --- /dev/null +++ b/www/pyscript.html @@ -0,0 +1,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> |