themusicinnoise-site/pages/blog/2020-11-16-new-onion-address.html.php

22 lines
772 B
PHP

<?php
require 'config.php';
require '2020-11-16-new-onion-address.cfg.php';
require 'templates/blog-header.php';
?>
<p>So it would appear that the time on my previous VPS ended much
earlier than expected, which is why my website's been down for a while.
As such, I wasn't able to recover my files for the previous onion
address. So I've had to create a new one, which apparently now they're
much much longer. But since I don't expect people to be memorizing the
onion address itself, it's not that big a deal.</p>
<p>The new onion address is:
<a
href="http://ft2bvxji6lxfttqcjz6ed3iyzdhv4gbcdl2bt7cdxguk56xsvdkqnbid.onion/"
target="_blank" >
http://ft2bvxji6lxfttqcjz6ed3iyzdhv4gbcdl2bt7cdxguk56xsvdkqnbid.onion/
</a></p>
<?php
require 'templates/blog-footer.php';
?>