diff options
| author | 8cy <[email protected]> | 2020-04-29 21:20:35 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-29 21:20:35 -0700 |
| commit | 102c1756f6e26731d99bd245de33429bd599adcc (patch) | |
| tree | e87ba95643b5ed81a3e54fa98e5175e88e6bbeb4 /dist/ws/layouts | |
| parent | The Memeification, v9.2.0 (diff) | |
| download | dep-core-102c1756f6e26731d99bd245de33429bd599adcc.tar.xz dep-core-102c1756f6e26731d99bd245de33429bd599adcc.zip | |
add npm copy scripts, v9.2.1
Diffstat (limited to 'dist/ws/layouts')
| -rw-r--r-- | dist/ws/layouts/layout.hbs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dist/ws/layouts/layout.hbs b/dist/ws/layouts/layout.hbs new file mode 100644 index 0000000..844e9da --- /dev/null +++ b/dist/ws/layouts/layout.hbs @@ -0,0 +1,19 @@ +<!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 |