-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
61 lines (50 loc) · 2.09 KB
/
about.html
File metadata and controls
61 lines (50 loc) · 2.09 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<title>About Me - 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 active">[[ About Me ]]</a>
<a href="mco.html" class="nav-item">[ MCO ]</a>
</nav>
<hr>
<br>
<p class="twcenmt" style="font-size:24px;text-shadow: 2px 2px 0px #383838;"><b>About Me</b></p><br>
<div style="text-align: center;">
<img src="https://mc-heads.net/body/RetroLilly" alt="RetroLilly" style="width:15%;" loading="lazy">
<br><br>
<div style="max-width: 700px; text-align: left; margin: 0 auto;">
<p class="twcenmt" style="font-size:20px;text-shadow: 2px 2px 0px #383838;"><b>Hiii!! I am Lilly.</b></p>
<br>
<p class="twcenmt" style="font-size:18px;text-shadow: 2px 2px 0px #383838;">
Welcome to my website this website!
</p>
<br>
<p class="twcenmt" style="font-size:18px;text-shadow: 2px 2px 0px #383838;">
</p>
<br><br>
<p class="twcenmt" style="font-size:20px;text-shadow: 2px 2px 0px #383838;"><b>Interests</b></p>
<br>
<ul class="twcenmt" style="font-size:18px;text-shadow: 2px 2px 0px #383838; list-style-position: inside;">
</ul>
<br><br>
<p class="twcenmt" style="font-size:20px;text-shadow: 2px 2px 0px #383838;"><b>Contact</b></p>
<br>
<p class="twcenmt" style="font-size:18px;text-shadow: 2px 2px 0px #383838;">
<b>Discord:</b> RetroLilly
</p>
</div>
</div>
<br>
<br>
<div class="copyright">2025 retrolilly :3 🐈</div>
</div>
</body>
</html>