diff options
Diffstat (limited to '.vscode/templates')
| -rw-r--r-- | .vscode/templates/EJS - Alee Productions.ejs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/templates/EJS - Alee Productions.ejs b/.vscode/templates/EJS - Alee Productions.ejs index dd0d052..b46071f 100644 --- a/.vscode/templates/EJS - Alee Productions.ejs +++ b/.vscode/templates/EJS - Alee Productions.ejs @@ -1,17 +1,21 @@ <!DOCTYPE html> +<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 --> <html> <head> <% include ./includes/header %> </head> -<body> +<body class="dark"> <% include ./includes/navbar %> + <div class="animsition"> <div class="jumbotron special-color"> <h2 class="display-4">Title</h2> <p class="lead">Description.</p> </div> + <% include ./includes/scripts %> <% include ./includes/footer %> + </div> </body> </html>
\ No newline at end of file |
