nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

404.html (1358B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3   <head>
      4     <meta charset="UTF-8" />
      5     <meta name="viewport" content="width=device-width, initial-scale=1" />
      6     <title>Nirmal Kumar R</title>
      7     <link rel="stylesheet" href="style.css" />
      8   </head>
      9 
     10   <body>
     11     <a href="/" class="header">
     12       <div class="logo">
     13         <img src="/img/nklogo.png" width="90px" />
     14       </div>
     15       <p><img src="/img/nirmal-banner.png" height="70px"></p>
     16     </a>
     17 
     18     <section class="content-wrapper">
     19       <div class="content-title">
     20         <div class="title">404 Not Found</div>
     21       </div>
     22       <div class="content">
     23         <p>Rumi said - "What you seek is seeking you"</p>
     24         <p>
     25           This page has no content, but don't worry - All was good, All is well
     26           and All's gonna be fine.
     27         </p>
     28         <p>
     29           Just go to the index url -
     30           <a href="https://nirm.al">https://nirm.al</a> and you'll find
     31           something for yourself.
     32         </p>
     33       </div>
     34     </section>
     35 
     36     <footer>
     37       <hr />
     38       © Nirmal Kumar R. All original text, is licensed under a
     39       <a href="http://creativecommons.org/licenses/by/4.0/"
     40         >Creative Commons Attribution 4.0 International License</a
     41       >. Source code of this website can be found
     42       <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
     43     </footer>
     44   </body>
     45 </html>