10 lines
453 B
PHP
10 lines
453 B
PHP
<?php include("../heading.php") ?>
|
|
<h1>My Nextcloud</h1>
|
|
<br>
|
|
<ul>
|
|
<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>
|
|
<li><a href="https://nextcloud.tesses.cf/s/KGy4DsW9opaY8Tr">Nextcloud Downloads</a>|<a href="https://downloads.tesses.net/">Nginx Downloads</a></li>
|
|
</ul>
|
|
<?php include("../footer.php") ?>
|