This repository has been archived on 2023-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
awesome/index.html

40 lines
816 B
HTML
Raw Normal View History

2023-07-07 17:12:12 +01:00
<!DOCTYPE html>
<html>
<head>
2023-07-07 18:23:11 +01:00
<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>
2023-07-07 17:12:12 +01:00
</head>
2023-07-07 18:23:11 +01:00
<body>
2023-07-07 17:12:12 +01:00
2023-07-07 18:04:43 +01:00
<h1>awesome.colean.cc</h1>
2023-07-07 17:12:12 +01:00
2023-07-07 18:23:11 +01:00
<img src="res/awdog.png" width="160"><br>
2023-07-07 18:14:59 +01:00
awdog, the mascot of awesome
<br><br>
2023-07-07 17:59:44 +01:00
2023-07-07 18:23:11 +01:00
<ul>
2023-07-07 18:04:43 +01:00
<li><a href="https://git.colean.cc/awesomeuser/awesome.git">@gitrepo</a></li>
2023-07-07 18:00:52 +01:00
<li><a href="proj/wolfystein.html">@Wolfystein3D</a></li>
2023-07-07 17:59:44 +01:00
</ul>
2023-07-07 17:12:12 +01:00
</body>
</html>