pub / serci

Search the web with !keywords
git clone https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

404.html (752B)


      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.css">
      9     <link rel="icon" type="image/png" href="/assets/img/favicon.png">
     10   </head>
     11   <body>
     12     <header>
     13         <h1>Not found (404)</h1>
     14     </header>
     15       <h2>serĉi could not find, what you were looking for</h2>
     16       <p>
     17         Looks like you tried to access a feature that does not exits...
     18         If you believe this is an error, please let us know!
     19       </p>
     20       <button onclick="window.history.back();">Go back!</button>
     21       <br>
     22   </body>
     23 </html>