-
Notifications
You must be signed in to change notification settings - Fork 4
/
aboutme.html
67 lines (39 loc) · 1.7 KB
/
aboutme.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
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<head>
<!-- CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- META -->
<title>hoemotion's Biography</title>
<link rel = "icon" href = "./img/logo.png" type = "image/x-icon">
<meta charset="utf-8">
<meta name="theme-color" content="#d9293c">
<meta property="og:url" content="https://hoemotion.github.io/">
<meta property="og:site_name" content="hanime.tv">
<meta property="og:type" content="object">
<meta property="og:title" content="hoemotion | About Me">
<meta property="og:description" content="Sup my Buddy, my name is Karma This is a simple about me">
<meta name="keywords" content="discord, hoemotion, discord bot, github, tools, python">
<meta name="keywords" content="discord, hoemotion, discord bot, github, tools, python">
<meta name="author" content="hoemotion">
<meta property="og:image" content="https://c.tenor.com/Zy4dPIydPsYAAAAC/karma-gun.gif">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="hoemotion | About Me">
<meta name="twitter:description" content="Sup my Buddy, my name is Karma This is a simple about me">
<meta name="twitter:image" content="https://c.tenor.com/Zy4dPIydPsYAAAAC/karma-gun.gif">
</head>
<nav id="nav">
<div id="navtext-div">
<a href="socials.html" id="navtext">Social Media</a>
<a href="index.html" id="navtext">Home</a>
<a id="navtext">About Me</a>
</div>
</nav>
<!-- IDK-->
<body>
<script src="aboutme.js"></script>
</body>
<footer>
<p id="footer-copyright">© hoemotion | 2022 All rights reserved.</p>
</footer>
<script src="js/script2.js"></script>