website/tesses.net/nc/index.php

10 lines
453 B
PHP
Raw Normal View History

2022-12-24 11:31:02 +00:00
<?php include("../heading.php") ?>
<h1>My Nextcloud</h1>
<br>
<ul>
2023-01-01 08:38:54 +00:00
<li><a href="https://nextcloud.tesses.cf/s/aYzwfTaTooYp5cy">Public Nextcloud Files</a></li>
<li><a href="https://nextcloud.tesses.cf/s/qyiZmHgzCdGPFjR">Share files with me</a></li>
2023-03-03 17:01:31 +00:00
<li><a href="https://nextcloud.tesses.cf/s/KGy4DsW9opaY8Tr">Nextcloud Downloads</a>|<a href="https://downloads.tesses.net/">Nginx Downloads</a></li>
2022-12-24 11:31:02 +00:00
</ul>
2023-01-01 08:38:54 +00:00
<?php include("../footer.php") ?>