summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2021-07-12 16:00:04 -0600
committerAlexis Hovorka <[email protected]>2021-07-12 16:00:04 -0600
commit6205eb63c0047629f9f146c56fc8760c9bc2e65b (patch)
treeea31d7af45482a8228911b49edcb95fc91ae34c1 /public/index.html
Initial commit
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..7257c98
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+ <meta name="theme-color" content="#fff">
+ <title>appname</title>
+
+ <link rel="icon" href="/favicon.png" type="image/png">
+ <link rel="icon" href="/favicon.svg" type="image/svg+xml">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap">
+ <link rel="stylesheet" href="style.css">
+ </head>
+ <body>
+ <h1>appname</h1>
+
+ <script src="sock.js"></script>
+ <script src="main.js"></script>
+ </body>
+</html>