summaryrefslogtreecommitdiff
path: root/dist/ws/layouts/layout.hbs
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-19 06:40:16 -0700
committer8cy <[email protected]>2020-04-19 06:40:16 -0700
commited6e347bbcce356bde0cfeba498dab3d39a6c946 (patch)
tree419225e81e9a3967ccf6f385a6e1c9c204d0b19c /dist/ws/layouts/layout.hbs
parentlink favi, v7.2.4 (diff)
downloaddep-core-test-2b2t.tar.xz
dep-core-test-2b2t.zip
fix on a rainy day, added most of the supporttest-2b2t
issue, TypeError: Cannot read property 'end' of undefined when trying to stop
Diffstat (limited to 'dist/ws/layouts/layout.hbs')
-rw-r--r--dist/ws/layouts/layout.hbs19
1 files changed, 0 insertions, 19 deletions
diff --git a/dist/ws/layouts/layout.hbs b/dist/ws/layouts/layout.hbs
deleted file mode 100644
index 844e9da..0000000
--- a/dist/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