57 lines
3.0 KiB
HTML
57 lines
3.0 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Style Test Page - The Dead Sands</title>
|
||
|
<meta charset="utf-8" />
|
||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
|
||
|
<link href="../theme/deadsands/css/style.css" rel="stylesheet" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||
|
</head>
|
||
|
|
||
|
<body id="index" class="archive">
|
||
|
<div id='header_background'>
|
||
|
<div class="header">
|
||
|
<div class='sun'></div>
|
||
|
<div class='title'><h1><a href="/">The Dead Sands</a></h1></div>
|
||
|
|
||
|
<ul class="nav">
|
||
|
<li><a href="../dm">dm</a></li>
|
||
|
<li><a href="../lore">lore</a></li>
|
||
|
<li><a href="../regions">regions</a></li>
|
||
|
<li><a href="../session0">session0</a></li>
|
||
|
<li><a href="../archives/">Index</a></li> </ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id='background'>
|
||
|
<div class="container"><div class='box curled'>
|
||
|
<h2>Style Test Page</h2>
|
||
|
<hr>
|
||
|
|
||
|
<h3>Section Header</h3>
|
||
|
<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. <a href="#">To take a trivial example</a>, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?</p>
|
||
|
<hr>
|
||
|
<h1>Heading 1 <a href="#">link</a></h1>
|
||
|
<h2>Heading 2 <a href="#">link</a></h2>
|
||
|
<h3>Heading 3 <a href="#">link</a></h3>
|
||
|
<h4>Heading 4 <a href="#">link</a></h4>
|
||
|
<h5>Heading 5 <a href="#">link</a></h5>
|
||
|
<h6>Heading 6 <a href="#">link</a></h6>
|
||
|
<p>This is text.</p>
|
||
|
<p><em>This is italic text.</em></p>
|
||
|
<p><strong>This is bold text.</strong></p>
|
||
|
<hr>
|
||
|
</div>
|
||
|
</div>
|
||
|
<footer id="contentinfo" class="footer">
|
||
|
<nav class="pull-right bottom-nav">
|
||
|
<a href="https://deadsands.froghat.club/None">RSS</a>
|
||
|
</nav>
|
||
|
<address id="about" class="vcard body">
|
||
|
<!--
|
||
|
© <a href="..">The Dead Sands</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||
|
-->
|
||
|
</address><!-- /#about -->
|
||
|
</footer><!-- /#contentinfo -->
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|