Logo

GitLab

Sign in

Walenty / Slowal

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
master
  • Slowal
  • templates
  • 404.html
  • Initial commit.
    68957fea
    Bartłomiej Nitoń authored
    10 years ago  
    Browse Code »
404.html 195 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
<html>
    <head>
        <title>Page not found</title>
    </head>
    <body>
        <h1>Page not found</h1>
        <p>Sorry, but the requested page could not be found.</p>
    </body>
</html>