diff options
| author | 8cy <[email protected]> | 2020-04-15 08:10:26 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-15 08:10:26 -0700 |
| commit | 972c2ef86a59f0d90da9c11bcdfc9d7245379186 (patch) | |
| tree | 69ef94319bae5f44f3438f409cea9a467d53d296 /dist/ws/layouts | |
| parent | on msg also log server name, v5.0.6 (diff) | |
| download | dep-core-972c2ef86a59f0d90da9c11bcdfc9d7245379186.tar.xz dep-core-972c2ef86a59f0d90da9c11bcdfc9d7245379186.zip | |
The Uwulapse, v6.0.0
- add webserver
- fix servercount
- formatting
Diffstat (limited to 'dist/ws/layouts')
| -rw-r--r-- | dist/ws/layouts/layout.hbs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/ws/layouts/layout.hbs b/dist/ws/layouts/layout.hbs new file mode 100644 index 0000000..3cc34cd --- /dev/null +++ b/dist/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 © 2020 - <a href="https://cyne.cf">s1nical</a></p> + </div> + </body> +</html>
\ No newline at end of file |