1 2 3 4 5 6 7 8 9 10 11 12
<!DOCTYPE html> <html lang="en"> <head> <% include ./includes/header %> <title><%= title %></title> </head> <body> <% include ./includes/navbar %> <h1>This page is under construction</h1> <% include ./includes/footer %> </body> </html>