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