Add css-purgatory page

This commit is contained in:
Emilia Allison 2022-07-07 14:11:53 -04:00
parent 5df9643336
commit 59f6b00bd3
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
2 changed files with 42 additions and 5 deletions

View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<title>Emilia Allison</title>
<link rel="stylesheet" href="/css/about.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<div class="overlay">
</div>
<div class="outerdiv contentholder">
<div class="contentholder__topfiller"></div>
<div class="content">
<h1>
Cool Stuff
</h1>
<h2>it's debatable</h2>
<p>
Cool stuff is code for links to subpages.
If a page uses/requires JavaScript, its link will be marked with (&#x2615).
</p>
<h1>
the stuff
</h1>
<h3>
css purgatory
</h3>
<p>
None yet
</p>
<h3>
Static
</h3>
<ul>
<li><a href="/cool-stuff/recipes">Recipes</li>
</ul>
</div>
</div>
</body>
</html>

View File

@ -22,12 +22,9 @@ If a page uses/requires JavaScript, its link will be marked with (&#x2615).
<h1>
the stuff
</h1>
<h3>
<a href="css-purgatory"><h3>
css purgatory
</h3>
<p>
None yet
</p>
</h3></a>
<h3>
Static
</h3>