<!DOCTYPE html> <html lang="en"> <head> <title>404 - Page not found</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/main.css"> </head> <body> <div class="header"> <h1>404 - Page not found</h1> </div> <div class="content"> <h2 class="content-subhead">The page you were looking for could not be found.</h2> </div> <!--#include virtual="menu.html" --> <!--#include virtual="footer.html" --> </body> </html>