Files
frontpage/index.html
Alex Kerr 65f061a103
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 1m16s
Fix mail link
2026-03-13 20:35:29 +00:00

17 lines
1.1 KiB
HTML

<!DOCTYPE html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tienne:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<body>
<div id="container">
<img class="logo" src="assets/3t.svg" alt="3t.network logo" />
<a class="top-left fella" href="https://wiki.3t.network"><img src="assets/tea1.svg" alt="wiki" /><p>wiki</p></a>
<a class="top-right fella" href="https://git.3t.network"><img src="assets/tea2.svg" alt="git" /><p>git</p></a>
<a class="bottom-left fella" href="https://webmail.3t.network"><img src="assets/tea4.svg" alt="mail" /><p>mail</p></a>
<a class="bottom-middle fella" href="https://vault-manager.3t.network"><img src="assets/tea5.svg" alt="vault" /><p>vault</p></a>
<a class="bottom-right fella" href="https://glycine.3t.network/videos"><img src="assets/tea3.svg" alt="glycine" /><p>glycine</p></a>
</div>
</body>