Update and rename index.html to index.html

This commit is contained in:
Voxel 2025-03-14 23:27:03 -04:00 committed by GitHub
parent 334acf0f2f
commit de20ba677c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 29 additions and 29 deletions

View file

@ -1,29 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet | Alt links</title>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
<style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.center-text {
text-align: center;
}
</style>
</head>
<body>
<img src="/assets/img/milk_optimized.png" class="center">
<h1 class="center-text">MilkNet</h1>
<p class="center-text">Alt links | More soon..</p>
<p class="center-text">Look at the repo readme for ways you can deploy. Your links will be featured here.</p>
<div class="center-text">
<a href="https://get.milknet.ct.ws">get.milknet.ct.ws</a><a href="https://study.precalculus.infy.uk/resources">study.precalculus.infy.uk</a><a href="https://goodmorningusaivegotafeeling.thatitsgonnabeawonderfulday.lovestoblog.com/">goodmorningusaivegotafeeling.thatitsgonnabeawonderfulday.lovestoblog.com</a><a href="https://chromakopiagreen.imlikepicklerick.my-style.in">chromakopiagreen.imlikepicklerick.my-style.in</a>
</div>
</body>
</html>
</head>

29
links/index.html Normal file
View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet | Links</title>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
<style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.center-text {
text-align: center;
}
</style>
</head>
<body>
<img src="/assets/img/milk_optimized.png" class="center">
<h1 class="center-text">MilkNet</h1>
<p class="center-text">Links | More soon..</p>
<p class="center-text">Look at the repo readme for ways you can deploy alt links. Your links could be featured here.</p>
<div class="center-text">
<a href="https://milk.servemp3.com">milk.servemp3.com</a><a href="https://get.milknet.ct.ws">get.milknet.ct.ws</a><a href="https://study.precalculus.infy.uk/resources">study.precalculus.infy.uk</a><a href="https://goodmorningusaivegotafeeling.thatitsgonnabeawonderfulday.lovestoblog.com/">goodmorningusaivegotafeeling.thatitsgonnabeawonderfulday.lovestoblog.com</a><a href="https://chromakopiagreen.imlikepicklerick.my-style.in">chromakopiagreen.imlikepicklerick.my-style.in</a>
</div>
</body>
</html>
</head>