|
|
- <!DOCTYPE html>
- <html lang="en">
-
- <head>
- <meta charset='utf-8'>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>uncopyright</title>
- <link rel='stylesheet' href='core.css'>
- </head>
-
- <body class='page type-page layout-simple'>
- <div class="container">
- <nav>
- <ul>
- <li>
- <a href="/">home</a>
- </li>
- </ul>
- </nav>
-
-
- <main id='main' class='main'>
- <article lang='en' class='entry'>
- <div class='entry-content'>
- <p>Based on the
- <a href="http://mnmlist.com/uncopyright/" target="_blank">license from mnmlist</a>.</p>
-
- <p>This site is exists without copyrights. Its creator has released all claims on copyright and has
- <strong>put all the content into the public domain.</strong>
- </p>
-
- <p>No permission is needed to copy, distribute, or modify the content of this site. Credit is appreciated
- but not required.</p>
-
- <p>
- <strong>Terms and Conditions for Copying, Distribution and Modification</strong>
- </p>
-
- <ul>
- <li>Do whatever you like.</li>
- </ul>
-
- </div>
-
- </article>
- </main>
- <footer id='footer' class='footer-container'>
- <div class='footer'>
- <div class='copyright'>
- <p>
- <a href='/uncopyright'>uncopyright</a>
- </p>
- </div>
- </div>
- </footer>
- </div>
- </div>
- </body>
-
- </html>
|