-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
116 lines (67 loc) · 3.77 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<head>
<!-- CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- META -->
<title>hoemotion's mazafaking website</title>
<link rel = "icon" href = "./img/logo.png" type = "image/x-icon">
<meta charset="utf-8">
<meta name="theme-color" content="#ffff00">
<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 | based hentai enjoyer">
<meta property="og:description" content="Sup my Buddy, my name is Karma but many people call me hoemotion I'm coding interesting stuff and share the results with the world Don't forget to follow me on github and all my other socials 👽">
<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/8werfp2g6sUAAAAC/oppai-anime.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 | based hentai enjoyer">
<meta name="twitter:description" content="Sup my Buddy, my name is Karma but many people call me hoemotion I'm coding interesting stuff and share the results with the world Don't forget to follow me on github and all my other socials 👽">
<meta name="twitter:image" content="https://c.tenor.com/8werfp2g6sUAAAAC/oppai-anime.gif">
</head>
<nav id="nav">
<div id="navtext-div">
<a href="socials.html" id="navtext">Social Media</a>
<a id="navtext">Home</a>
<a href="aboutme.html" id="navtext">About Me</a>
</div>
</nav>
<body>
<img id="logo-main-1" src="img/logo.png">
<p id="botname-main-1">hoemotion</p>
<div id="main-buttons">
<a href="./aboutme.html"><button id="main-button-1">About Me</button></a>
</div>
<div style="margin:50px 0 50px 0;"></div>
<div id="main-info">
<br id="intro">
<p id="main-info-1">Yo wassup<img src="https://raw.githubusercontent.com/MartinHeinz/MartinHeinz/master/wave.gif" width="30px">,<br>
my name is Karma but you probably know me as <a href="https://github.com/hoemotion">hoemotion</a>.<br>
I am a young Python enjoyer who comes from Germany</p>
<p id="main-info-2">I am Following the Discord TOS but they terminated my Accounts already 5 times!
</p> <br>
</div>
<!-- IDK-->
<div id="main-buttons" style="margin-top: 200px;">
<a href="https://t.me/ahegahoe"><button id="main-button-7">Telegram Group</button></a>
</div>
<div id="main-buttons-2" style="margin-top: 30px">
<a href="https://www.youtube.com/channel/UC88jPrHVvHWec7hOC7tep7A"><button id="main-button-3">Youtube</button></a>
<a href="./socials.html"><button id="main-button-5">Social Media</button></a>
<a href="https://github.com/hoemotion"><button id="main-button-4">Github</button></a>
</div>
<br>
<center>
<br>
<iframe src="https://www.guilded.gg/canvas_index.html?route=%2Fcanvas%2Fembed%2Fteamcard%2FrRp93Ddl&size=large" width="553" height="360" frameborder="0" scrolling="no"></iframe>
<br>
</center>
</body>
<footer>
<p id ="footer-copyright"><a href="https://www.webfreecounter.com/" target="_blank"><img src="https://www.webfreecounter.com/hit.php?id=gmpodnq&nd=8&style=81" border="0" alt="free counter"></a></p>
<p id="footer-copyright">© hoemotion | 2022 All rights reserved.</p>
</footer>
<script src="js/script.js"></script>