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