website/tesses.net/nc/index.php

9 lines
300 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>
2022-12-24 11:31:02 +00:00
</ul>
2023-01-01 08:38:54 +00:00
<?php include("../footer.php") ?>