-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<title>PGF</title>
<meta charset="utf-8">
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<div class="container">
<div class="logo">
<a href="https://www.pgfmc.net"><img width=128 height=auto src="./img/pgf-icon.png"/></a>
</div>
<div class="nav">
<a href="./index.html" class="button">Home</a>
<a href="./downloads.html" class="button">Seasons</a>
<a href="./donate.html" class="button">Donate</a>
<a href="./guide.html" class="button">Guide</a>
</div>
<div class="main">
<h1 class="header">Welcome to PGF!</h1>
<p>A semi-vanilla Minecraft server with a small community.</p>
<ul>
<li>Java server, with Bedrock support</li>
<li>Latest version of Minecraft</li>
<li>Custom plugins: claims, homes, tpa, and more</li>
</ul>
<p>Server address: play.pgfmc.net</p>
<iframe id="discord-widget" src="https://discord.com/widget?id=579055447437475851&theme=dark" width="400" height="550" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</div>
</body>
</html>