mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-20 14:13:42 -05:00
Update index.html
This commit is contained in:
parent
c3732e7e17
commit
2791996146
1 changed files with 6 additions and 3 deletions
|
@ -5,15 +5,18 @@
|
||||||
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
|
<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>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style>
|
||||||
<style>
|
<style>
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
.center-text {
|
.center-text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="center">
|
<img src="/assets/img/milk.png" alt="Milk" class="center">
|
||||||
<img src="/assets/img/milk.png" alt="Carton of milk with big eyes">
|
|
||||||
</div>
|
|
||||||
<h1 class="center-text">MilkNet</h1>
|
<h1 class="center-text">MilkNet</h1>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue