summaryrefslogtreecommitdiff
path: root/src/ws/layouts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-05 15:17:58 -0700
committer8cy <[email protected]>2020-05-05 15:17:58 -0700
commit7a26c1a3727b7072835680687ebb38473e1a09cc (patch)
tree1faf5a6cb771737570c04fc813fd5f266c95fe7c /src/ws/layouts
parentadd genservers (diff)
downloaddep-core-7a26c1a3727b7072835680687ebb38473e1a09cc.tar.xz
dep-core-7a26c1a3727b7072835680687ebb38473e1a09cc.zip
add build scripts, remove dist
- remove some db errors, namely ones that are bs like no on doc type errors - move ws to spike - remove copy npm scripts i think - remove .env and package
Diffstat (limited to 'src/ws/layouts')
-rw-r--r--src/ws/layouts/layout.hbs19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/ws/layouts/layout.hbs b/src/ws/layouts/layout.hbs
deleted file mode 100644
index 844e9da..0000000
--- a/src/ws/layouts/layout.hbs
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>{{title}}</title>
- <link rel="stylesheet" href="css/main.css">
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
- </head>
- <body>
- <div title="Status: Online">
- {{body}}
- </div>
-
- <div class="footer">
- <p>Copyright &COPY; 2020 - <a href="https://cyne.cf">s1nical</a></p>
- </div>
- </body>
-</html> \ No newline at end of file