pub / rememori

Simple file-based bookmarking and notes application
git clone https://src.jayvii.de/pub/rememori.git
Home | Log | Files | Exports | Refs | README | RSS

404.html (934B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3   <head>
      4     <meta charset="UTF-8">
      5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      7     <title>Error - 404</title>
      8     <link rel="stylesheet" href="/assets/css/simple.min.css">
      9     <link rel="icon" type="image/png" href="/assets/img/favicon.png">
     10   </head>
     11   <body>
     12     <header>
     13       <nav>
     14         <a href="/">
     15             Home
     16         </a>
     17         <a href="https://src.jayvii.de/pub/rememori/" target="_blank">
     18             Development
     19         </a>
     20       </nav>
     21       <h1>Not found (404)</h1>
     22     </header>
     23       <h2>We could not find, what you were looking for</h2>
     24       <p>
     25         Looks like you tried to access a feature that does not exits...
     26         If you believe this is an error, please let us know!
     27       </p>
     28       <button onclick="window.history.back();">Go back!</button>
     29       <br>
     30   </body>
     31 </html>