Create index.html

This commit is contained in:
Voxel 2025-04-14 15:12:51 -04:00 committed by GitHub
parent b04eba2904
commit cdaa7b8383
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

23
wx/index.html Normal file
View file

@ -0,0 +1,23 @@
<!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-v1/v1.weatherscan.net">Weatherscan v1 by mistwx.com</a><a href="/weatherscan-v2/v2.weatherscan.net">Weatherscan v2 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>