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

60 lines
1.2 KiB
HTML
Raw Normal View History

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