pages/apps/index.html
2025-04-14 20:46:35 -04:00

27 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet | Apps</title>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
<link rel="stylesheet" href="/style.css">
<script src="/index.js"></script>
</head>
<body>
<img src="/assets/img/milk_optimized.png" class="center">
<h1 class="center-text">MilkNet</h1>
<div class="center-text">
<p class="center-text">Apps & webtools</p>
<a href="/chat">Chat (Matrix by whatware.net)</a><a href="/irc">Chat (IRC by telepath.im)</a><a href="/gamja">Gamja (Alt IRC)</a><a href="/calculator">Calculator</a><a href="/calculator/graph">Graphing calculator</a><a href="/library">Library (WIP)</a><a href="/webamp.txt">Music player (Webamp)</a><a href="/teletext">Teletext by zxnet.co.uk</a><a href="/type">Typing test</a><a href="/timer">Timer</a><a href="/draw">Draw</a><a href="/notes">Notepad</a><a href="/qr">QR code generator</a>
</div>
</div>
</div>
</div>
<footer>
<a href="/"><img src="/assets/img/88x31.png" loading="lazy" width="88" height="31"></a>
<a href="/"><img src="/assets/img/88x31_light.png" loading="lazy" width="88" height="31"></a>
</footer>
</body>
</html>
</head>