404.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>VIKINGS</title>
  6. <link rel="stylesheet" href="css/normalise.css" />
  7. <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css' />
  8. <link rel="stylesheet" href="css/main.css" />
  9. <link rel="stylesheet" href="css/responsive.css" />
  10. </head>
  11. <body>
  12. <header>
  13. <div id="logo">
  14. <a href="index.html"><img src="img/vikings.svg" alt="VIKINGS-Logo"></a>
  15. </div>
  16. <nav>
  17. <ul>
  18. <li><a href="index.html" class="selected">Home</a></li>
  19. <!--
  20. <li><a href="news.html">News</a></li>
  21. <li><a href="about.html">About</a></li>
  22. -->
  23. <li><a href="contact.html">Contact</a></li>
  24. <li><a href="https://store.vikings.net/">Vikings Store</a></li>
  25. </ul>
  26. </nav>
  27. </header>
  28. <div id="wrapper">
  29. <section>
  30. <h1>404 Page not found</h1>
  31. <h3>OMG!!1! YOU BROKE TEH INTERWEBS!</h3>
  32. <p> The page you have requested could not be found on the VIKINGS web server. Please check the URI for possible errors. If you followed a link that has now turned out to be broken, you should probably contact the webmaster of the page that linked to this address. It also might be a good idea to consider yourself at fault.</p>
  33. <p>If you are having problems with <u>our</u> web site, please report them to webmaster at vikings.net.</p>
  34. <p><a href="index.html">Take me to the main website</a></p>
  35. </section>
  36. <footer>
  37. <div id="updated">
  38. <p>Last updated: 20160222 17:49 UTC</p>
  39. </div>
  40. <hr>
  41. <a href="https://webchat.freenode.net/?channels=vikings">
  42. <img src="img/social-icon_freenode.png" alt="#VIKINGS on Freenode IRC" class="social-icon">
  43. </a>
  44. <a href="https://quitter.se/vikings">
  45. <img src="img/social-icon_gnusocial.svg" alt="VIKINGS on GNU social" class="social-icon">
  46. </a>
  47. <a href="https://twitter.com/VIKINGSlibre">
  48. <img src="img/social-icon_twitter.svg" alt="VIKINGS on Twitter" class="social-icon">
  49. </a>
  50. <p>100% LIBRE | 100% LIBREBOOT | 100% MADE IN THE EU | 100% SUSTAINABILITY | 100% PASSION</p>
  51. <p>&copy; 1998-2017 Vikings GmbH</p>
  52. </footer>
  53. </div>
  54. </body>
  55. </html>