summaryrefslogtreecommitdiff
path: root/src/ws/layouts/layout.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ws/layouts/layout.hbs')
-rw-r--r--src/ws/layouts/layout.hbs18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ws/layouts/layout.hbs b/src/ws/layouts/layout.hbs
new file mode 100644
index 0000000..3cc34cd
--- /dev/null
+++ b/src/ws/layouts/layout.hbs
@@ -0,0 +1,18 @@
+<!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">
+ </head>
+ <body>
+ <div title="Status">
+ {{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