post.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Farooq's Website | {{{title}}}</title>
  5. <link rel="stylesheet" href="../css/def.css" type="text/css">
  6. <link rel="stylesheet" href="../css/w3.css" type="text/css">
  7. <style>
  8. </style>
  9. <meta charset="utf-8">
  10. <meta name="description" content="Farooq's personal Website">
  11. <meta name="keywords"
  12. content="Farooq,FarooqKZ,Farooq Karimi Zadeh">
  13. <meta name="author" content="Farooq Karimi Zadeh">
  14. </head>
  15. <body>
  16. <header class="w3-container w3-teal w3-center">
  17. <h1>Farooq's Website</h1>
  18. <a href="../index.html">Home</a> |
  19. <a href="https://notabug.org/farooqkz">Projects</a> |
  20. <a href="http://blinuxshell.ir/users/farooqkz/">
  21. Files on bitcoinshell
  22. </a>
  23. </header>
  24. <section class="w3-container">
  25. {{{content}}}
  26. </section>
  27. <footer class="w3-container w3-teal w3-center">
  28. {{{links}}}
  29. <br>Content is available under
  30. <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">
  31. CC0</a> unless something else was specified.<br>
  32. This website has been
  33. generated using <a href="https://notabug.org/farooqkz/fobil">
  34. fobil</a>.
  35. &nbsp;
  36. </footer>
  37. </body>
  38. </html>