collapsing dir structure
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title> - 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"><ul>
|
||||
<li><a href="../dm/index.html">dm</a></li>
|
||||
<li><a href="../lore/index.html">lore</a></li>
|
||||
<li><a href="../regions/index.html">regions</a></li>
|
||||
<li><a href="../session0/index.html">session0</a></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