diff options
Diffstat (limited to 'math-science-and-philosophy.html')
-rw-r--r-- | math-science-and-philosophy.html | 45 |
1 files changed, 29 insertions, 16 deletions
diff --git a/math-science-and-philosophy.html b/math-science-and-philosophy.html index 6df8b8e..6855657 100644 --- a/math-science-and-philosophy.html +++ b/math-science-and-philosophy.html @@ -1,14 +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>Math, Science, and Philosophy</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>Math, Science, and Philosophy</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>Math, Science, and Philosophy</h1> +</header> + +<article> <p>This document is still in discussion and may be improved over time.</p> @@ -275,10 +283,15 @@ particle physics or in special unitary groups, yet. href="#fnref1" class="footnote-back" role="doc-backlink">↩︎</a></p></li> </ol> </section> - <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> + |