-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.37 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.37 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hypepixel</title>
<meta name="description" content="The enchanted experience.">
<meta name="author" content="Hypepixel">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.png">
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css" >
<link rel="stylesheet" type="text/css" href="css/toast.css" >
</head>
<body>
<div class="container">
<div class="mc-button icon">
<div class="title"><img src="images/icon.png"/></div>
</div>
<div class="mc-button full eu">
<div class="title"><img src="images/eu.png"/></div>
</div>
<button class="mc-button address" onclick="launch_toast()" data-clipboard-text="mc.hypepixel.xyz">
<div class="title">
<span class="text">Join Server</span>
</div>
</button>
</div>
<div id="toast"><div id="icon"><i class="fas fa-exclamation"></i></div><div id="desc">Copied to clipboard!</div></div>
</body>
<script src="js/clipboard.min.js"></script>
<script src="js/main.js"></script>
</html>