diff options
Diffstat (limited to 'dist/ws/layouts')
| -rw-r--r-- | dist/ws/layouts/layout.hbs | 19 |
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 © 2020 - <a href="https://cyne.cf">s1nical</a></p> - </div> - </body> -</html>
\ No newline at end of file |