about summary refs log tree commit diff
path: root/www/js-test.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/js-test.html')
-rw-r--r--www/js-test.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/js-test.html b/www/js-test.html
deleted file mode 100644
index ccc6db8..0000000
--- a/www/js-test.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <title> The YES's Page </title>
-    <meta charset="UTF-8">
-    <link rel="stylesheet" href="css/styles.css">
-</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 Page. Ew JS </b> </div>
-    </header>
-    <div id="section-div" style="align-content: center;text-align: center;">
-        <canvas id="JSCanvas" width="512" height="512"></canvas>
-    </div>
-    <footer>
-        <p> This is a page for testing various things </p>
-    </footer>
-    <script src="/scripts/test.js"></script>
-</body>
-</html>