-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (66 loc) · 3.09 KB
/
index.html
File metadata and controls
66 lines (66 loc) · 3.09 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
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
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="PlusGDPS">
<meta name="copyright" content="© Copyright PlusGDPS 2024 - All Rights Reserved">
<meta name="description" content="The Official Website of PlusGDPS - a Geometry Dash Private Server which focuses on low rating standards">
<meta name="keywords" content="PlusGDPS, geometry, dash, private, server, robtop, robtopgames, gdps, gdpshub, low rating standards, easy moderator, android, windows">
<meta name="robots" content="index">
<link rel="icon" type="image/png" href="icon.png">
<title>PlusGDPS</title>
<link rel="stylesheet" href="style.css?2">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="https://kit.fontawesome.com/7163c22952.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap" rel="stylesheet">
</head>
<style></style>
<body>
<div class="navbar">
<p><a href="/index.html">Home</a></p>
<p><a href="https://gmd.plusgdps.dev/dashboard/" target="_blank">Dashboard</a></p>
<div class="dropdown">
<p>Lists <i class="fa-solid fa-chevron-down"></i></p>
<div class="dropdown-content">
<a href="https://pgdl.pages.dev/" target="_blank">Demon List</a>
<a href="https://pgcl.pages.dev/" target="_blank">Challenge List</a>
<a href="https://pgpl.pages.dev/" target="_blank">Platformer List</a>
<a href="https://pgil.pages.dev/" target="_blank">Impossible List</a>
</div>
</div>
<p><a href="/credits.html">Credits</a></p>
</div>
<div class="content">
<h1 class="welcometext"><span class="textanimated">PlusGDPS</span></h1>
<h1>A Geometry Dash <span class="goldtext">Private Server</span>
focused on</h1>
<h1>
<span class="goldtext">low rating standards</span>
</h1>
<div class="buttons-div">
<div class="specialcontainer" style="flex: 1;">
<i class="fa-solid fa-arrow-down">
<a href="/install"><h2>Install</h2></a>
</i>
</div>
<div class="specialcontainer" style="flex: 1;">
<i class="fa-solid fa-circle-info">
<a href="https://gdpshub.com/gdps/1030" target="_blank"><h2>Learn more</h2></a>
</i>
</div>
<div class="specialcontainer" style="flex: 1;"
style="display: flex; align-items: center; text-decoration: none;">
<i class="fa-brands fa-discord">
<a href="https://discord.gg/umPTrqmkFD" target="_blank"><h2>Discord Server</h2></a>
</i>
</div>
</div>
</div>
<footer>
<p>© Copyright PlusGDPS 2024 - All Rights Reserved</p>
</footer>
<script src="secret.js"></script>
</body>
</html>