-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
51 lines (33 loc) · 1.16 KB
/
about.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>myon_mi</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1></h1>
<nav class="navbar">
<inline>
<ul>
<li><a href="index.html"><img src="/Images/home-navbar.png"></a></li>
<li><a href="gallery.html"><img src="/Images/gallery-navbar.png"></a></li>
<li><a href="about.html"><img src="/Images/about-navbar.png"></a></li>
<li><a href="updates.html"><img src="/Images/updates-navbar.png"></a></li>
<li class="meow">:3<a href="mew.html"></a></li>
</ul>
</inline>
</nav>
<div class="container">
<main>
<h3> ABOUT</h3>
<P> Basically, some things about myself. I enjoy making things
, whether it be some random Blender model I never touch,
sewing, drawing, or messing around with something. I also enjoy
playing games like RPGs or rhythm games. In addition, I enjoy Tifa Lockhart.
</P>
</main>
</div>
</body>
</html>