-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Droplet-Cloud</title>
<!--CSS-->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/screen.css">
<link rel="stylesheet" href="css/animation.css">
</head>
<body>
<div class="top-div">
<h1 class="top-title">Droplet</h1>
<h2 class="top-subtitle">Fast and leightweight Minecraft Cloud System</h2>
<div class="top-button-flex">
<a class="top-button" style="animation-delay: 100ms;">Download</a>
<a class="top-button" style="animation-delay: 400ms;">GitHub</a>
<a class="top-button" style="animation-delay: 700ms;">Javadocs</a>
</div>
<div class="top-button-flex" style="margin-top: 1vh;">
<a class="top-button" style="animation-delay: 1000ms;">Documentation</a>
<a class="top-button" style="animation-delay: 1300ms;">Discord</a>
<a class="top-button" style="animation-delay: 1600ms;">Source Code</a>
</div>
</div>
<div class="main-div" style="text-align: center;">
This website is still under construction!
</div>
</body>
</html>