aboutsummaryrefslogtreecommitdiff
path: root/html/home.html
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-10-14 09:42:29 -0500
committergrant-kun <[email protected]>2022-10-14 09:42:29 -0500
commit37be2226d68a27dd908a17770d93443d0d782c9f (patch)
treea8ec1dfc87e85cf3e2a73e66852e914ed1878eea /html/home.html
parent26d50b8e63f79e48652840a54567b059d1f73766 (diff)
deleting and less logging
Diffstat (limited to 'html/home.html')
-rw-r--r--html/home.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/html/home.html b/html/home.html
new file mode 100644
index 0000000..89c4730
--- /dev/null
+++ b/html/home.html
@@ -0,0 +1,14 @@
+<html>
+
+<body onload="main()">
+ <h1>hello!</h1>
+ <h3>here have some quick links:</h3>
+ <script>
+ function main() {
+ document.body.innerHTML += '<a href="/mail">mail</a>'
+ }
+
+ </script>
+</body>
+
+</html> \ No newline at end of file