diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-25 17:43:20 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-25 17:43:20 -0400 |
| commit | 69474fee32c62e1b97b9f51b78a2e242542ae9a7 (patch) | |
| tree | f03569672f62ad251a38d1deb5d46152f1b54207 /views/index.ejs | |
| parent | 379e44e7f1649ed2983e9167a7a4ac27303ed8d5 (diff) | |
| download | Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.gz Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.bz2 Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.zip | |
Rewrite incoming
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/views/index.ejs b/views/index.ejs deleted file mode 100644 index a40bb55..0000000 --- a/views/index.ejs +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<!-- Project NewTube: Made by Alee and licensed with GPL-3.0 --> -<html> - -<head> - <% include ./includes/header %> -</head> - -<body class="dark"> -<% include ./includes/navbar %> -<div class="container"> - <h1>Hello World!</h1> -</div> -<% include ./includes/footer %> -</body> - -</html>
\ No newline at end of file |
