diff options
Diffstat (limited to 'pubdom.html')
-rw-r--r-- | pubdom.html | 43 |
1 files changed, 27 insertions, 16 deletions
diff --git a/pubdom.html b/pubdom.html index 0915d81..3b67dbd 100644 --- a/pubdom.html +++ b/pubdom.html @@ -1,15 +1,22 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> - <head> - <title>Runxi Yu's Public Domain Dedication</title> - <link rel="stylesheet" href="/oldstyle.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body> +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <title>Runxi Yu's Public Domain Dedication</title> + <link rel="stylesheet" href="./style.css" /> + <link rel="icon" href="./favicon.ico" sizes="any" /> + <!--link rel="icon" href="./icon.svg" type="image/svg+xml" / --> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="theme-color" content="#241504" /> + <meta name="color-scheme" content="light dark"> + +</head> +<body> +<header> <h1>Runxi Yu's Public Domain Dedication</h1> +</header> +<article> <p>This is a public domain dedication based on the <a href="https://wpdd.info/">Worldwide Public Domain Dedication</a> by <a href="https://jxself.org">Jason Self</a>. As I have the increasing demand to formalize my public domain stuff, I am hereby modifying version the WPDD for personal use. I don't think it's a good idea for others to use this, because it hasn't been checked by professional lawyers yet. But anyways, here it is, out of necessity.</p> <pre> @@ -203,10 +210,14 @@ Dedication to that Work. obtaining any necessary consents, permissions or other rights required for any use of the Work. </pre> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> +</article> + +<footer> + <ul role="list"> + <li><a href="./">Home</a></li> + <li>Runxi Yu</li> + <li><a rel="license" href="./pubdom.html">Public Domain</a></li> + </ul> +</footer> +</body> </html> |