This repository was archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (62 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>trollsmile</title>
<link rel="stylesheet" href="style.css">
<meta property="og:type" content="website" />
<meta name="description" content="The bot you love and the Roblox admin system you hate.">
<link rel='shortcut icon' type='image/svg+xml' href='/icon.svg' />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "trollsmile",
"description": "The bot you love and the Roblox admin system you hate.",
"email": "hello@5079.ml",
"url": "https://nxtbot.ml",
"logo": "https://nxtbot.ml/icon.png",
"founder": {
"@type": "Person",
"email": "hello@5079.ml",
"givenName": "Jack",
"url": "https://5079.ml"
}
}
</script>
</head>
<body>
<video src="trollsmile winning.webm" autoplay muted loop class="bg"></video>
<h1>
trollsmile
</h1>
<h2 onclick="new Audio('trollsmile winning.mp3').play()">The bot you love and the Roblox admin system you hate.</h2>
<p>a couple shit i made with a command parser</p>
<footer>
<div>
<nav>
<h4>trollsmile</h4>
<a href="https://github.com/troiismile/djs/">bot</a>
<a href="admin/">admin</a>
<a href="https://github.com/troiismile/minecraft/">minecraft</a>
<a href="https://github.com/troiismile/core/">core</a>
</nav>
<nav>
<h4>by</h4>
<a href="https://5079.ml">Jack</a>
&
Charlie
</nav>
<nav>
<h4>Social</h4>
<a href="https://twitter.com/troIIsmile">Twitter</a>
</nav>
<div id="right">
<img src="https://5079.ml/5079mlicon.svg" alt="mollersuite icon" height="98px">
mollersuite
</div>
</div>
</footer>
</body>
</html>