collapsing dir structure
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>The Dead Sands - Authors</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"> <h1>Authors on The Dead Sands</h1>
|
||||
<ul>
|
||||
<li><a href="./evilchili/">evilchili</a> (8)</li>
|
||||
</ul>
|
||||
</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>
|
||||
Reference in New Issue
Block a user