-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmco.html
More file actions
38 lines (35 loc) · 1.38 KB
/
mco.html
File metadata and controls
38 lines (35 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>MCO - RetroLilly's Brain</title>
<link rel="icon" href="assets/images/favicon.ico" type="image/icon">
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
</head>
<body>
<div class = 'stage'>
<div style="text-align:center"><a href="index.html"><img src="assets/images/logo.png" title="retrolilly" alt="retrolilly" height="138" width="350"></a></div>
<nav class="navbar">
<a href="index.html" class="nav-item">[ Home ]</a>
<a href="about.html" class="nav-item">[ About Me ]</a>
<a href="mco.html" class="nav-item active">[[ MCO ]]</a>
</nav>
<hr>
<br>
<p class="twcenmt" style="font-size:24px;text-shadow: 2px 2px 0px #383838;"><b>MCO Page</b></p><br>
<br>
<p class="twcenmt" style="font-size:24px;text-align:center;text-shadow: 2px 2px 0px #383838;"><b>Welcome to the MCO Page</b></p>
<p class="twcenmt" style="font-size:24px;text-align:center;text-shadow: 2px 2px 0px #383838;"><b>Click the Link's bellow to go to a page</b></p>
<br>
<ul class="mco-links">
<li>
<img src="assets/images/mco/books-icon.gif" alt="Books" class="link-icon">
<a href="mco/writtenbooks.html">Archive of every written book I own</a>
</li>
</ul>
<br>
<br>
<div class="copyright">2025 retrolilly :3 🐈</div>
</div>
</body>
</html>