Add nextcloud links

This commit is contained in:
Mike Nolan 2022-12-24 05:31:02 -06:00
parent 70a1b3ccb5
commit b975a5396c
2 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<li class="nav-link"><a href="/">Home</a></li>
<li class="nav-link"><a href="/othersites.php">My Other Sites</a></li>
<li class="nav-link"><a href="/apps/">Apps</a></li>
<li class="nav-link"><a href="/nc/">My Nextcloud</a></li>
</ul>
</nav>
<main>

8
tesses.net/nc/index.php Normal file
View File

@ -0,0 +1,8 @@
<?php include("../heading.php") ?>
<h1>My Nextcloud</h1>
<br>
<ul>
<li><a href="https://nextcloud.tesses.cf/s/8MEtYCBSY4jCdf6">Public Nextcloud Files</a></li>
<li><a href="https://nextcloud.tesses.cf/s/mAZ9X8YPxbA5znX">Share files with me</a></li>
</ul>
<?php include("../footer.php") ?>