diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-31 16:56:24 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-31 16:56:24 +0300 |
| commit | 81e5b0fc0c0e42da90236ec5d50aaef6bba31754 (patch) | |
| tree | f4ef361f5ac15e7f8535080961c585a5d3e989c1 /www/pyscript.html | |
| parent | 7edc75e87e4fd5964de1c009bf8f5c4fe541d720 (diff) | |
| download | httpy-81e5b0fc0c0e42da90236ec5d50aaef6bba31754.tar.gz httpy-81e5b0fc0c0e42da90236ec5d50aaef6bba31754.zip | |
Add PyScript test
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> |