-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 2.03 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
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./assets/logo.png"/>
<link rel="stylesheet" href="css/home.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Minecraft Client, Phase Client, Phase Launcher, Phase">
<link href="http://fonts.cdnfonts.com/css/panton-black-caps" rel="stylesheet">
<script src="https://kit.fontawesome.com/8f1164efb6.js" crossorigin="anonymous"></script>
<title>Phase Client</title>
<script defer type="module" src="./js/home.js"></script>
</head>
<body>
<div id="app">
<div class="navbar" id="navbar">
<img src="./assets/logo.png" class="logo" height="55" width="54.5">
<h1 class="title">PHASE CLIENT</h1>
<ul>
<li><a href="/">Home</a></li>
<li><a href="html/download.html">Downloads</a></li>
<li><a href="html/features.html">Features</a></li>
<li><a href="html/staff.html">Staff</a></li>
</ul>
</div>
<div class="content">
<img src="./assets/logo.png" class="biglogo" height="150" width="150">
<h1>PHASE CLIENT</h1>
<p>Minecraft 1.8.9 PvP Client, <br>with FPS boost and a lot of features!</p>
<div>
<button type="button" onclick="window.open('https://www.dropbox.com/s/yl9jctru3kxu7qa/phase-launcher-0.1.1.exe?dl=1')"><i class="fa-brands fa-windows"></i> Download Latest</button>
</div>
</div>
</div>
<section class="how-to-download">
<h1>How to download:</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ry9Cnb-8-LM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p id="first">Not affiliated with Mojang Studios</p>
<p id="second">© 2022 Phase Development</p>
</section>
</body>
</html>