Make the styling consistent for all pages

This commit is contained in:
2021-08-07 21:43:23 -04:00
parent a458adda33
commit 0036ebe61f
9 changed files with 67 additions and 65 deletions

View File

@@ -4,10 +4,12 @@
<meta charset="UTF-8">
<title>Pages / Recommended</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/persia.css">
</head>
<body>
<!-- This page is really for me to not forget/revisit the good things I have read, seen, heard, and/or experienced. This list may change, just as my opinions. -->
<h1><a href="/">PaulW.XYZ</a> / <a href="/pages/">Pages</a> / Recommended</h1>
<h1 class="title"><a href="/">PaulW.XYZ</a> / <a href="/pages/">Pages</a> / Recommended</h1>
<section>
<p>If the one you're looking for is not on this list, it is most likely I haven't had the chance to read it yet or I may have put it on the Resources page, if it is freely available.</p>
<hr>
<h2>Books</h2>
@@ -93,5 +95,6 @@
<li>The Legend of Zelda: Breath of the Wild</li>
<li>Portal 2</li>
</ul>
</section>
</body>
</html>