Advertisement
Guest User

Helma 404

a guest
Jan 17th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1">
  6.    
  7.     <title>404 - Page Not Found</title>
  8.    
  9.     <link rel="shortcut icon" href="http://www.helma.us/favicon.ico">
  10.     <style>
  11.         body{background:#E6E6FA;text-align:center;font-family:sans-serif;font-size:24px}
  12.         a{color:#34345C}
  13.     </style>
  14. </head>
  15. <body>
  16.     <img src="/404.JPG"><br>
  17.     404 - Page Not Found<br>
  18.     <a href="http://www.helma.us/">www.helma.us</a>
  19. </html>
  20. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement