2023-07-07 17:12:12 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
2023-07-07 18:23:11 +01:00
|
|
|
<style>
|
2023-07-07 18:29:08 +01:00
|
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&display=swap');
|
2023-07-07 18:23:11 +01:00
|
|
|
|
2023-07-07 18:29:08 +01:00
|
|
|
:root {
|
|
|
|
font-family: 'Belanosima', sans-serif;
|
|
|
|
}
|
|
|
|
|
2023-07-07 18:23:11 +01:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2023-07-07 18:36:21 +01:00
|
|
|
h1 {
|
|
|
|
//text-transform: uppercase;
|
|
|
|
color: #fff;
|
2023-07-07 18:38:02 +01:00
|
|
|
text-shadow: -4px 4px #c91a29,
|
|
|
|
-8px 8px #c94f1a,
|
|
|
|
-12px 12px #a6c91a,
|
|
|
|
-16px 16px #1ac95a,
|
|
|
|
-20px 20px #1a60c9;
|
2023-07-07 18:36:21 +01:00
|
|
|
}
|
|
|
|
|
2023-07-07 18:41:54 +01:00
|
|
|
a {
|
2023-07-07 18:43:05 +01:00
|
|
|
color: lightgray;
|
2023-07-07 18:24:56 +01:00
|
|
|
}
|
|
|
|
|
2023-07-07 18:41:54 +01:00
|
|
|
a:link::after {
|
|
|
|
content: " (unvisited)";
|
2023-07-07 18:24:56 +01:00
|
|
|
}
|
|
|
|
|
2023-07-07 18:43:05 +01:00
|
|
|
a:visited::after {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
2023-07-07 18:23:11 +01:00
|
|
|
</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>
|