forked from MiauMiez/MiauMiez.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (37 loc) · 1.2 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
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="https://kit.fontawesome.com/8a41714086.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<title>MiauMiez</title>
</head>
<body>
<div class="box">
<img src="image.png" alt="" class="box-img">
<h1>MiauMiez</h1>
<h5>Developer</h5>
<p>
Hey, I'm MiauMiez! Glad you found that page.
</p>
<p>
I really like programming
and tech stuff. I have 1+ Year's of experience in Java. I also love creating Addons and Maps for Minecraft Bedrock. I am also a very stupid fella.
</p>
<ul>
<li><a href="https://twitter.com/MiauMiezBedrock"><i class="fa fa-twitter-square" aria-hidden="true"></i></a></li>
<li><a href="https://discordapp.com/users/968450412506140703"><i class="fa fa-brands fa-discord" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/MiauMiez"><i class="fa-brands fa-github"></i></a></li>
</ul>
<br>
<br>
<div class="pr">
<div id="projects">My projects</div>
<br>
<a href="https://axiscube.xyz/members#top">member at axiscube</a>
<br>
<a href="https://mcpedl.com/user/miez/">minecraft creations</a>
</div>
</div>
</body>
</html>