CSS Purgatory index page

This commit is contained in:
Emilia Allison 2022-07-07 14:19:49 -04:00
parent 2102217b0e
commit 513a507896
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 10 additions and 18 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Emilia Allison</title>
<title>CSS Purgatory - Emilia Allison</title>
<link rel="stylesheet" href="/css/about.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
@ -12,28 +12,20 @@
<div class="contentholder__topfiller"></div>
<div class="content">
<h1>
Cool Stuff
CSS Purgatory
</h1>
<h2>it's debatable</h2>
<h2>i never read <i>Purgatorio</i></h2>
<p>
Cool stuff is code for links to subpages.
If a page uses/requires JavaScript, its link will be marked with (&#x2615).
The styling here will probably land me in purgatory
</p>
<h1>
the stuff
the styles
</h1>
<h3>
css purgatory
</h3>
<p>
None yet
</p>
<h3>
Static
</h3>
<ul>
<li><a href="/cool-stuff/recipes">Recipes</li>
</ul>
<ol>
<li>
<a href="base">base</a>
</li>
</ol>
</div>
</div>
</body>