about summary refs log tree commit diff
path: root/www/js-test.html
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-25 03:14:08 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-25 03:14:08 +0300
commit6e58eacdfe07ce260e2dfd0148733596dd5ed680 (patch)
tree899405839e38a921c2bd88aa5f22040536d766d6 /www/js-test.html
parent619f5707b95b3ff13047f6114e8b89ef665b1100 (diff)
downloadhttpy-6e58eacdfe07ce260e2dfd0148733596dd5ed680.tar.gz
httpy-6e58eacdfe07ce260e2dfd0148733596dd5ed680.zip
Unfortunately - JavaScript
Diffstat (limited to 'www/js-test.html')
-rw-r--r--www/js-test.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/js-test.html b/www/js-test.html
new file mode 100644
index 0000000..223827e
--- /dev/null
+++ b/www/js-test.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">
+</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">
+        <script src="/scripts/test.js"></script>
+    </div>
+    <footer>
+        <p> This is a page for testing various things </p>
+    </footer>
+</body>
+</html>