-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·33 lines (29 loc) · 1.33 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SugarcaneMC - Home</title>
<link rel="stylesheet" href="https://bootswatch.com/5/darkly/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.15.3/css/all.css">
<link rel="stylesheet" href="/assets/css/style.css">
<meta property="og:title" content="SugarcaneMC" />
<meta property="og:description" content="SugarcaneMC - The high performance Minecraft server you've always wished for!" />
<meta property="og:url" content="https://sugarcanemc.org/" />
</head>
<body>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/assets/html/navbar.php"); ?>
<div class="center-vh">
<img src="assets/img/logo.svg" width="400" id="logo" alt="logo" /></br>
<span id="title">SugarcaneMC</span></br>
<span id="desc">
A highly optimized <a href="https://purpur.pl3x.net/">Purpur</a> fork
focusing on stability and performance.
</span></br>
<span id="comingsoon">Downloads coming soon!</span>
</div>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/assets/html/footer.php"); ?>
</body>
</html>