page.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <meta name="viewport" content="width=device-width,initial-scale=1">
  8. <style>
  9. </style>
  10. <meta charset="utf-8">
  11. <meta name="description" content="Farooq's personal Website">
  12. <meta name="keywords" content="Farooq,FarooqKZ">
  13. <meta name="author" content="FarooqKZ">
  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. {{{content}}}
  25. <footer class="w3-container w3-teal w3-center">
  26. {{{links}}}
  27. <br>Content is available under
  28. <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">
  29. CC0</a> unless something else was specified.<br>
  30. This website has been
  31. generated using <a href="https://notabug.org/farooqkz/fobil">
  32. fobil</a>.
  33. &nbsp;
  34. </footer>
  35. </body>
  36. </html>