123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="icon" type="image/png" href="logo.png" />
- <title>404: Page Not Found</title>
- <link href="style.css" rel="stylesheet" type="text/css" media="all">
- <meta charset="utf-8"/>
- <body>
- <h1>404: Page Not Found</h1>
- Sorry, but the page that you were looking for could not be found.
- <p>
- <center><font color="black">★</center></font></p>
- </body>
- </html>
|