Compare commits

...

2 Commits

Author SHA1 Message Date
247e058cb9 Polish up index 2021-01-19 20:16:53 -06:00
83868be6a0 Make nested uls work 2021-01-19 20:16:42 -06:00
2 changed files with 9 additions and 6 deletions

View File

@ -9,17 +9,20 @@
<div class="content"> <div class="content">
<h1>desu.ltd?</h1> <h1>desu.ltd?</h1>
<p>desu.ltd. The domain of me, a guy on the internet named Salt. Here and under various subdomains, I host things.</p> <p>desu.ltd. The domain of me, a guy on the internet named Salt. Here and under various subdomains, I host things.</p>
<h1>Where are the goods?</h1> <h1>Webservices</h1>
<ul> <ul>
<li><a href="https://git.desu.ltd">Gitea</a> - My personal code forge</li> <li><a href="https://git.desu.ltd">Gitea</a> - My personal code forge</li>
<li><a href="https://nc.desu.ltd">Nextcloud</a> - For storing files and other things</li> <li><a href="https://nc.desu.ltd">Nextcloud</a> - For storing files and other things</li>
<li><a href="https://cowfee.moe">Pleroma</a> - A place to shitpost to strangers</li> <li><a href="https://cowfee.moe">Pleroma</a> - A place to shitpost to strangers</li>
<li><a href="https://9iron.club/matrix">Matrix</a> - My shitty IRC non-replacement with ass voice chat</li> <li><a href="https://9iron.club/matrix">Matrix</a> - My shitty IRC non-replacement with ass voice chat</li>
</ul> </ul>
<h1>Your site is hard to navigate/looks like shit</h1> <h1>Docs</h1>
<p>Yeah well fuck you, you look like shit too. You just don't appreciate the sleek, sexy appeal of a monospace aesthetic. You could view this site on a typewriter and it'd still look killer.</p> <ul>
<h1>Alright cool, but these headers suck</h1> <li><a href="/ascii">/ascii</a> - ASCII art I've collected over time</li>
<p>I'll give you that.</p> <ul>
<li>test</li>
</ul>
</ul>
</div> </div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?> <?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body> </body>

View File

@ -109,7 +109,7 @@ nav ul li:after {
.content ul { .content ul {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
padding: 0 0 1em 0; padding: 0 0 1em 1em;
} }
.content ul li:before { .content ul li:before {
content: "* "; content: "* ";