-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.22 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
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>DFPocketDev</title>
<link rel="stylesheet" href="style.css" />
<script type="text/javascript" src="script.js"></script>
<link rel="icon" href="logo.png" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.gstatic.com/%22%3E" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap"
rel="stylesheet"
/>
</head>
<body background="backgrounds/node2.png" onload="randomBackground()">
<div>
<h1><img src="logo.png" width="96px" height="96px" />DF Pocket Dev</h1>
</div>
<div class="top">
<button class="button" onclick="download()">Download</button>
<button
class="button"
onclick="openLink('https\://github.com/DFPocketDev')"
>
Open Github
</button>
</div>
<div class="bottom">
<button class="button" onclick="openLink('https\://mcdiamondfire.com')">
MCDiamondFire
</button>
<button class="button" onclick="changePage('about')">About</button>
</div>
<p class="footer">
Website made by Vulcano with help from LooserRIP and BumpyBill, mod and
app were developed entirely by Vulcano.
</p>
</body>
</html>