-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
26 lines (26 loc) · 978 Bytes
/
donate.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
<!DOCTYPE html>
<html>
<head>
<title>PGF</title>
<meta charset="utf-8">
<link rel="stylesheet" href="./css/main.css">
<link rel="icon" type="image/x-icon" href="img/pgf-icon.ico"/>
</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">
<p>Work in progress...</p>
<p>Consider <a href="https://discord.gg/zdxeREe" target="_blank">joining the Discord.</a></p>
</div>
</div>
</body>
</html>