Add css-purgatory page
This commit is contained in:
parent
5df9643336
commit
59f6b00bd3
|
@ -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 (☕).
|
||||||
|
</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>
|
|
@ -22,12 +22,9 @@ If a page uses/requires JavaScript, its link will be marked with (☕).
|
||||||
<h1>
|
<h1>
|
||||||
the stuff
|
the stuff
|
||||||
</h1>
|
</h1>
|
||||||
<h3>
|
<a href="css-purgatory"><h3>
|
||||||
css purgatory
|
css purgatory
|
||||||
</h3>
|
</h3></a>
|
||||||
<p>
|
|
||||||
None yet
|
|
||||||
</p>
|
|
||||||
<h3>
|
<h3>
|
||||||
Static
|
Static
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in New Issue