12345678910111213141516171819 |
- <html>
- <head>
- <title>Error 404</title>
- <meta charset="utf-8">
- </head>
- <body style="
- background-color: #f0f0f0;
- color: #ACACAC;
- text-shadow: 0 -1px #fff;
- font: 20px Source Sans Pro, Helvetica Neue, Arial;
- font-weight: 200;
- text-align: center;
- padding: 10px;
- padding-top: 100px;
- ">
- <span style="font-size: 80px; font-family: 'Courier New', monospace;">﴾๏๏﴿</span><br><br>
- URL not found.
- </body>
- </html>
|