summaryrefslogtreecommitdiff
path: root/public/home.html
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-03-06 18:50:08 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-03-06 18:50:08 -0500
commitb1fb410affb7bcd2e714abac01d22c4a5332c344 (patch)
tree7ebb621ab9b73e3e1fbaeb0ef8c19abef95b7c9f /public/home.html
parentfinialize initial dns + caching (diff)
downloadwrapper-b1fb410affb7bcd2e714abac01d22c4a5332c344.tar.gz
wrapper-b1fb410affb7bcd2e714abac01d22c4a5332c344.tar.bz2
wrapper-b1fb410affb7bcd2e714abac01d22c4a5332c344.zip
finish dns and start webserver
Diffstat (limited to 'public/home.html')
-rw-r--r--public/home.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/home.html b/public/home.html
new file mode 100644
index 0000000..9efb21e
--- /dev/null
+++ b/public/home.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Wrapper - Domains</title>
+
+ <meta name="author" content="Tyler Murphy">
+ <meta name="description" content="wrapper domains">
+
+ <meta property="og:title" content="wrapper">
+ <meta property="og:description" content="wrapper domains">
+
+ <link rel="stylesheet" href="/css/main.css">
+ <link rel="stylesheet" href="/css/home.css">
+
+ <script type="module" src="/js/home.js"></script>
+</head>
+<body>
+</body>
+</html> \ No newline at end of file