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.

59 lines
1.7 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. </ul>
  17. </nav>
  18. <main id='main' class='main'>
  19. <article lang='en' class='entry'>
  20. <div class='entry-content'>
  21. <p>Based on the
  22. <a href="http://mnmlist.com/uncopyright/" target="_blank">license from mnmlist</a>.</p>
  23. <p>This site is exists without copyrights. Its creator has released all claims on copyright and has
  24. <strong>put all the content into the public domain.</strong>
  25. </p>
  26. <p>No permission is needed to copy, distribute, or modify the content of this site. Credit is appreciated
  27. but not required.</p>
  28. <p>
  29. <strong>Terms and Conditions for Copying, Distribution and Modification</strong>
  30. </p>
  31. <ul>
  32. <li>Do whatever you like.</li>
  33. </ul>
  34. </div>
  35. </article>
  36. </main>
  37. <footer id='footer' class='footer-container'>
  38. <div class='footer'>
  39. <div class='copyright'>
  40. <p>
  41. <a href='/uncopyright'>uncopyright</a>
  42. </p>
  43. </div>
  44. </div>
  45. </footer>
  46. </div>
  47. </div>
  48. </body>
  49. </html>