1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <html lang="en"> <head> <% include ./includes/header %> <title><%= title %></title> </head> <body> <h1>404 - Not Found</h1> </body> </html>