My ham website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.0 KiB

6 years ago
  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>uncopyright</title>
  7. <link rel='stylesheet' href='core.css'>
  8. </head>
  9. <body class='page type-page layout-simple'>
  10. <div class="container">
  11. <nav>
  12. <ul>
  13. <li>
  14. <a href="/">home</a>
  15. </li>
  16. <li>
  17. <a href="/posts">posts</a>
  18. </li>
  19. <li>
  20. <a href="/about">about</a>
  21. </li>
  22. <li>
  23. <a href="https://github.com/leothelocust">projects</a>
  24. </li>
  25. </ul>
  26. </nav>
  27. <main id='main' class='main'>
  28. <article lang='en' class='entry'>
  29. <div class='entry-content'>
  30. <p>Based on the
  31. <a href="http://mnmlist.com/uncopyright/" target="_blank">license from mnmlist</a>.</p>
  32. <p>This site is exists without copyrights. Its creator has released all claims on copyright and has
  33. <strong>put all the content into the public domain.</strong>
  34. </p>
  35. <p>No permission is needed to copy, distribute, or modify the content of this site. Credit is appreciated
  36. but not required.</p>
  37. <p>
  38. <strong>Terms and Conditions for Copying, Distribution and Modification</strong>
  39. </p>
  40. <ul>
  41. <li>Do whatever you like.</li>
  42. </ul>
  43. </div>
  44. </article>
  45. </main>
  46. <footer id='footer' class='footer-container'>
  47. <div class='footer'>
  48. <div class='copyright'>
  49. <p>
  50. <a href='/uncopyright'>uncopyright</a>
  51. </p>
  52. </div>
  53. </div>
  54. </footer>
  55. </div>
  56. </div>
  57. </body>
  58. </html>