darkmode enabled

This commit is contained in:
awesomeuser 2023-07-07 17:23:11 +00:00
parent ce22f52bf8
commit c3685080b0

View file

@ -2,17 +2,36 @@
<html> <html>
<head> <head>
<style>
body {
text-align: center;
color: white;
background: #090524;
}
ul {
border: 1px solid lightgray;
border-radius: 10px;
padding: 10px;
width: 400px;
margin: auto;
list-style-type: none;
}
</style>
</head> </head>
<body style="text-align: center;"> <body>
<h1>awesome.colean.cc</h1> <h1>awesome.colean.cc</h1>
<img src="res/%20awdog.png" width="160"><br> <img src="res/awdog.png" width="160"><br>
awdog, the mascot of awesome awdog, the mascot of awesome
<br><br> <br><br>
<ul style="border: 1px solid lightgray; border-radius: 10px; padding: 10px; width: 400px; margin: auto; list-style-type: none;"> <ul>
<li><a href="https://git.colean.cc/awesomeuser/awesome.git">@gitrepo</a></li> <li><a href="https://git.colean.cc/awesomeuser/awesome.git">@gitrepo</a></li>
<li><a href="proj/wolfystein.html">@Wolfystein3D</a></li> <li><a href="proj/wolfystein.html">@Wolfystein3D</a></li>
</ul> </ul>