Files
frontpage/index.html
Alex Kerr 36301fd47c Initial
2026-03-10 22:34:33 +00:00

14 lines
861 B
HTML

<!DOCTYPE html>
<head>
<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://mail.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>