-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (41 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<title>MineBuy</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body{
margin: 0;
background-image: url(https://i.imgur.com/cHZwpElg.png);
background-size: cover;
background-repeat: no-repeat;}
a {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
text-decoration: none;
font-family: 'Roboto', sans-serif;
text-align: center;
padding-top: 6px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 6px;
color: #fff;
}
a:hover {
padding-left: 26px;
box-shadow: 4px 0px 0px 0px #fff;
}
</style>
</head>
<body>
<div>
<br><a style="background-color: #7289DA;" href="https://discord.gg/pGPMRb9">Join our Discord</a><br>
<br><a style="background-color: #333;" href="https://github.com/MineBuy">View our GitHub</a>
<br><h1 style="font-size: 55px; font-family:'Indie Flower', cursive; text-align: center;">Coming soon!</h1><br><br>
</div>
</body>
</html>