Remove a bunch of bullshit
This commit is contained in:
parent
8e7d10f293
commit
aa954d54b3
@ -12,9 +12,7 @@
|
|||||||
<p>desu.ltd is free and open-source software (to the degree that these documents can be considered software). It hosts its own source under a git repo at <a href="https://git.desu.ltd/salt/desultd">git.desu.ltd/salt/desultd</a>.</p>
|
<p>desu.ltd is free and open-source software (to the degree that these documents can be considered software). It hosts its own source under a git repo at <a href="https://git.desu.ltd/salt/desultd">git.desu.ltd/salt/desultd</a>.</p>
|
||||||
<p>While the repo may say different, if you're reading this text, you can use any content within this site that I hold rights to under the terms of the Creative Commons CC0 license. I really don't give a shit.</p>
|
<p>While the repo may say different, if you're reading this text, you can use any content within this site that I hold rights to under the terms of the Creative Commons CC0 license. I really don't give a shit.</p>
|
||||||
<h1>Contact Information</h1>
|
<h1>Contact Information</h1>
|
||||||
<p>You can contact me using the email address I use for my commits. You can also get ahold of me over these applications:
|
<p>Maybe don't. If you're so inclined, my email is attached to my commits.</p>
|
||||||
<ul>
|
|
||||||
<li>Fedi: <code>@salt@cowfee.moe</code></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
17
index.php
17
index.php
@ -8,26 +8,13 @@
|
|||||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
|
||||||
<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.</p>
|
<p>desu.ltd. The domain of me, a guy on the internet.</p>
|
||||||
<h1>Webservices</h1>
|
<p>There's not much here, at least that you should care about.</p>
|
||||||
<ul>
|
|
||||||
<li><a href="https://git.desu.ltd">Gitea</a> - My personal code forge</li>
|
|
||||||
<li><a href="https://movie.desu.ltd">Movie Night</a> - MOVIE</li>
|
|
||||||
<li><a href="https://netbox.desu.ltd">Netbox</a> - Source of truth for all the things</li>
|
|
||||||
<li><a href="https://nagios.desu.ltd">Nagios</a> - The monitoring system I use for desu.ltd</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://tube.cowfee.moe">Peertube</a> - Federated shitpost, video edition</li>
|
|
||||||
</ul>
|
|
||||||
<h1>Docs</h1>
|
<h1>Docs</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/about">/about</a> - A page with some info about me</li>
|
<li><a href="/about">/about</a> - A page with some info about me</li>
|
||||||
<li><a href="/ascii">/ascii</a> - ASCII art I've collected over time</li>
|
<li><a href="/ascii">/ascii</a> - ASCII art I've collected over time</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Related Websites</h1>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://www.9iron.club">9iron.club</a> - The place where me and my friends keep docs and cool shit.</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user