You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
3.3 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>404 | Semantic UI</title>
  6. <link rel="stylesheet" type="text/css" href="/stylesheets/reset.css">
  7. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/elements/button.css">
  8. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/elements/divider.css">
  9. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/elements/header.css">
  10. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/elements/icon.css">
  11. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/elements/label.css">
  12. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/elements/progress.css">
  13. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/elements/segment.css">
  14. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/elements/step.css">
  15. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/collections/form.css">
  16. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/collections/grid.css">
  17. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/collections/menu.css">
  18. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/collections/message.css">
  19. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/collections/table.css">
  20. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/views/comment.css">
  21. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/views/feed.css">
  22. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/views/item.css">
  23. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/modules/checkbox.css">
  24. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/modules/dropdown.css">
  25. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/modules/popup.css">
  26. <link rel="stylesheet" type="text/css" class="ui" href="/build/uncompressed/definitions/modules/shape.css">
  27. <link rel="stylesheet" type="text/css" href="/stylesheets/library/sidr.css">
  28. <link rel="stylesheet" type="text/css" href="/stylesheets/semantic.css">
  29. <script src="/javascript/library/jquery.js"></script>
  30. <script src="/javascript/library/easing.js"></script>
  31. <script src="/javascript/library/ace/ace.js"></script>
  32. <script src="/javascript/library/sidr.js"></script>
  33. <script src="/javascript/library/waypoints.js"></script>
  34. <script src="/build/uncompressed/definitions/behaviors/state.js"></script>
  35. <script src="/build/uncompressed/definitions/modules/checkbox.js"></script>
  36. <script src="/build/uncompressed/definitions/modules/popup.js"></script>
  37. <script src="/javascript/semantic.js"></script>
  38. </head>
  39. <body id="example">
  40. <div class="masthead error segment">
  41. <div class="container">
  42. <h1 class="ui dividing header">
  43. That happens not to be a page
  44. </h1>
  45. <p>Rewind and try another one</p>
  46. </div>
  47. </div>
  48. </body>
  49. </html>