-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyself.html
More file actions
50 lines (45 loc) · 1.04 KB
/
Copy pathMyself.html
File metadata and controls
50 lines (45 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title> Th3impasta</title>
</head>
<body>
<div class="row">
<div class="col-3">
<ul>
<li> <a href="./index.html"> Home page </a> </li>
<li> <a href="./Myself.html"> About me </a> </li>
<li> <a href="./Mods.html"> Minecraft Mods </a> </li>
<li> <a href="./Articles.html"> Articles </a> </li>
</ul>
</div>
<div class="col-9">
<h1>About Me</h1>
<ul>
<li>Th3impasta </li>
<li>She/They </li>
<li>Lesbian </li>
<li>Contacts
<ul>
<li> Email at: th3impasta300@gmail.com</li>
</ul>
</li>
</ul>
<p>
I make cool things and horrible minecraft mods.
These minecraft mods can be found at the mod section in this website.
</p>
<p>
Current Projects:
<ul>
<li>Wonderous Wizardry (Yet another crappy minecraft mod)</li>
<li>This website</li>
</ul>
</p>
</div>
</div>
</body>
</html>