mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
Create index.html
This commit is contained in:
parent
8bdc49fd53
commit
f92d1552cc
1 changed files with 29 additions and 0 deletions
29
apps/index.html
Normal file
29
apps/index.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>MilkNet | Apps</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>
|
||||
|
||||
<div class="center-text">
|
||||
<p class="center-text">Apps | More soon...</p>
|
||||
<a href="/trigonometry">Proxy</a> • <a href="/chat">Chat using Matrix</a> • <a href="/calculator">Calculator</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</head>
|
Loading…
Add table
Reference in a new issue