blob: 31754a07ff812dc526fe5acc4e34c6df9ac20e2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not Found</title>
<link href="/oldstyle.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<script src="./antiChrome_Brave.js"></script>
<h1>Page Not Found</h1>
<p>The requested page was not found.</p>
<img src="./huh.jpg" alt="an image of a dog looking at the camera with a big question mark next to him"></img>
</body>
</html>
|