<!DOCTYPE html>
<html>
<head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&display=swap');
:root {
font-family: 'Belanosima', sans-serif;
}
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;
h1 {
//text-transform: uppercase;
color: #fff;
text-shadow: -4px 4px #ef3550ee,
-8px 8px #f48fb1dd,
-12px 12px #7e57c2cc,
-16px 16px #2196f3bb,
-20px 20px #26c6daaa,
-24px 24px #43a04799,
-28px 28px #eeff4188,
-32px 32px #f9a82577,
-36px 36px #ff572266;
/* unvisited link */
a:link {
color: red;
/* visited link */
a:visited {
color: green;
/* mouse over link */
a:hover {
color: hotpink;
/* selected link */
a:active {
color: blue;
</style>
</head>
<body>
<h1>awesome.colean.cc</h1>
<img src="res/awdog.png" width="160"><br>
awdog, the mascot of awesome
<br><br>
<ul>
<li><a href="https://git.colean.cc/awesomeuser/awesome.git">@gitrepo</a></li>
<li><a href="proj/wolfystein.html">@Wolfystein3D</a></li>
</ul>
</body>
</html>