Move back to tilde

This commit is contained in:
Citlali del Rey 2022-10-18 20:11:51 -07:00
parent 2e29672e8a
commit 520e11d57d
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
<section>
<h2>Static webhosting</h2>
<p>
Files under ~/public are hosted at username.www.unix.dog. A list
Files under ~/public are hosted at unix.dog/~username. A list
of user websites can be found <a href="/users">here.</a>
</p>
</section>

View File

@ -5,7 +5,7 @@
<p>Here's a list of all UNIX.dog users and their webpages:</p>
<ul>
<% foreach my $username (@{$users}) { %>
<li><a href="https://<%=$username%>.www.unix.dog/">~<%= $username %></a></li>
<li><a href="https://unix.dog/~<%=$username%>/">~<%= $username %></a></li>
<% } %>
</ul>
</article>