aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
blob: a40bb55567fc257ff74fb80d00b3f824bf720cd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>