-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.94 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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/Magest1ckkz/magest1ckkz.github.io/refs/heads/main/icon.png"/>
<title>Magestick's cool website!</title>
</head>
<body>
<div class="header">
<h1>🎲 Magestick's cool website! 🎲</h1>
<p>🎲 I like dice, so don't pay attention to it. 🎲</p>
</div>
<ul>
<li><a class="active" href="https://magest1ckkz.github.io/">Home</a></li>
<li><a href="https://magest1ckkz.github.io/flapplin/">Flapplin Help Page</a></li>
<li><a href="https://magest1ckkz.github.io/bot-help-pages/">Bot Help Pages</a></li>
<li><a href="https://magest1ckkz.github.io/contact/">Contact me</a></li>
<li><a href="https://magest1ckkz.github.io/terminal/">Terminal</a></li>
<li><a href="https://magest1ckkz.github.io/websites/">Websites</a></li>
<li><a href="https://github.com/Magest1ckkz/Trollbox-TemplateBot">Make your bot here!</a></li>
<li class="dropdown" style="float: right">
<a href="javascript:void(0)" class="dropbtn">Language</a>
<div class="dropdown-content">
<a href="#">English</a>
<a href="https://magest1ckkz.github.io/ru">Russian</a>
<a href="https://magest1ckkz.github.io/de">German</a>
<a href="https://magest1ckkz.github.io/zh">Chinese</a>
<a href="https://magest1ckkz.github.io/ja">Japanese</a>
</div>
</li>
</ul>
<p>So uhm, hello there. I'm Magestick, or otherwise known as "Sparkxy".<br>The only reason why I made this website because I'm bored.<br>I mostly play videogames. And I'm suck at programming.</p>
<p>Click here to copy the website link into a clipboard</p>
<center><img id="mag" onclick="copyText()" src="./magestick.png"></img></center>
<p>© 2021-2025 Magestick</p>
</body>
<script src="script.js"></script>
</html>