add files
This commit is contained in:
commit
d2c34fe273
10 changed files with 236 additions and 0 deletions
38
links/index.html
Normal file
38
links/index.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Links</title>
|
||||
<link rel="stylesheet" href="../style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<header>
|
||||
<nav>
|
||||
<a href="../index.html">home</a> |
|
||||
<a href="../links/index.html">links</a> |
|
||||
<a href="../uses/index.html">uses</a> |
|
||||
<a href="../contact/index.html">contact</a>
|
||||
</nav>
|
||||
<hr class="rule" />
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<h2>Services currently hosted by me</h2>
|
||||
<ul>
|
||||
<li><a href="https://status.notagecko.dev/status/services" target="_blank">Status (Uptime Kuma)</a></li>
|
||||
<li><a href="https://vault.notagecko.dev" target="_blank">Vaultwarden</a></li>
|
||||
<li><a href="https://git.notagecko.dev" target="_blank">Forgejo</a></li>
|
||||
<li><a href="https://jellyfin.notagecko.dev" target="_blank">Jellyfin</a></li>
|
||||
<li><a href="https://cloud.notagecko.dev" target="_blank">Nextcloud</a></li>
|
||||
</ul>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue