mirror of
https://git.lgbt/root/l1l1th.git
synced 2025-03-28 15:06:20 +01:00
17 lines
No EOL
292 B
Text
17 lines
No EOL
292 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include("../partials/head.ejs"); %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include("../partials/header.ejs"); %>
|
|
<div class="container">
|
|
<h1>404</h1>
|
|
<p>What are you looking for?</p>
|
|
</div>
|
|
<%- include("../partials/footer.ejs"); %>
|
|
</body>
|
|
|
|
</html> |