pages/wx/index.html
2025-04-14 19:00:27 -04:00

23 lines
772 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet | WX</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">Weather apps</p>
<a href="/weather">IntelliSTAR by qconrad</a><a href="/weatherscan-v2/v2.weatherscan.net">Weatherscan 2 by mistwx.com</a>
<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>