summary refs log tree commit diff stats
path: root/abortion.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-05-14 11:11:26 +0800
committerRunxi Yu <me@runxiyu.org>2024-05-14 11:11:26 +0800
commit182a48ca8d70b7292d311365f308866ecd7f5c0b (patch)
tree2763b0f9795926fcecdac4d9e3852f0840571ec6 /abortion.html
parenta1dcdcae637c50d22e4a803759ccc2504f9f38cb (diff)
downloadwww-182a48ca8d70b7292d311365f308866ecd7f5c0b.tar.gz
Update all HTML templates
Diffstat (limited to 'abortion.html')
-rw-r--r--abortion.html48
1 files changed, 31 insertions, 17 deletions
diff --git a/abortion.html b/abortion.html
index 87a187c..4075616 100644
--- a/abortion.html
+++ b/abortion.html
@@ -1,14 +1,25 @@
-<!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>Abortion</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" />
-	</head>
-	<body class="indent">
-		<h1>Abortion</h1>
-		
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta charset="UTF-8" />
+	<title>Abortion</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>Abortion</h1>
+</header>
+
+<article>
+<p>
+This was written quite a while ago and I should update it sometime...
+</p>
 
 <p>
 <a href="https://www.law.cornell.edu/supremecourt/text/410/113">In 1973 the Supreme Court of the United States of America ruled seven-to-two in favor of Roe's rights to abortion against a healthcare official of the state of Texas.  Roe argued for abortion with "privacy", derived from the Fourth and Fourteenth Amendment of the US Constitution.</a>  As the U.S. has a precedential judiciary system, this effectively legalizes abortion across the country.
@@ -57,11 +68,14 @@ A scientific definition of life which includes bacteria, fungi, parasites, plant
 <p>
 Abortion is just okay before the cerebrum (the part of the brain responsible for thinking) develops, which is usually at the end of the second trimester.  Abortion after meaningful cerebrum activity is detected should be considered with care because at that time the fetus's life would be considered valuable.
 </p>
+</article>
 
-		<div id="footer">
-			<hr />
-			<p><a href="/">Runxi Yu's Website</a></p>
-			
-		</div>
-	</body>
+<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>