8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
<%- include('includes/head.ejs') %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include('includes/navigation.ejs') %>
|
|
<h1>Page Not Found!</h1>
|
|
|
|
<%- include('includes/end.ejs') %> |