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>