-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.53 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="stylesheet" href="style.css">
<title>My Home!</title>
<meta content="actu's workshop" property="og:title" />
<meta content="Miles Electric™" property="og:description" />
<meta content="#f5a325" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div style="display: flex;justify-content: center;flex-wrap: wrap;align-items: center;">
<img style="height: 30px; width: 30px; margin-right: 5px" src="assets/SoulTitle.png" alt="A pixelated red soul, from Undertale.">
<h1 style="display:inline;">
MY PAGE
</h1>
</div>
<h2>
* Work in progress! (This HTML & CSS stuff is tough!)
</h2>
<nav class="DRBorder">
<p>
* Greetings, I am unsure how you got here, although I suppose manners should be used, Hello! I am <span style="color:#fcf151">actu</span>!
</p>
<p>
* Hm..? You wanna know more? Well, why not. I'm a twenty year old from the UK who's got a strong love for animals, games, and much more, although why not give me a message to learn more?
</p>
<p>
* You-.. don't know how to contact me? Of course, silly me.. here.
</p>
<p>
* You obtained their only (public) <a href="https://discord.com/users/238991056794943488">undernet profile!</a>
</p>
</nav>
</body>
</html>