forked from kenilGamer/frostnetwork-pro2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
72 lines (69 loc) · 2.36 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FrostNetwork</title>
<link rel="stylesheet" href="style1.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="site-content">
<video id="herovideo" autoplay loop muted>
<source src="./ff.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<audio autoplay loop>
<source src="./ff.mp3" type="audio/mp3">
Your browser does not support the audio tag.
</audio>
</div>
<div class="container">
<!-- <div class="nav">
<div class="logo">
<a href="#">FrostNetwork</a>
</div>
<div class="links">
<a href="#">shop</a>
<a href="#">About</a>
<a href="#">Cards</a>
<a href="#">Login</a>
</div>
</div> -->
<div id="nav">
<div id="nav-l">
<img src="./img/20231104_173408.png" width="70" alt="">
<h1>Frost<span>Network</span></h1>
</div>
<div id="nav-r" class="navbar-menu">
<a href="./shop">shop</a>
<a href="./vote">Vote</a>
<a href="./discord">discord</a>
<div class="login"><a href="./login.html" >LOGIN</a></div>
</div>
</div>
<div class="hero-copy">
<h1>Frost Network</h1>
<p>FrostNetwork Skyblock For Mcpe.</p>
</div>
<div class="footer">
<div class="ff">
<h1>Frost Network</h1>
</div>
<div class="links1">
<!-- <a href="#">instagram</a> -->
<button id="play">
<a href="minecraft://?addExternalServer=Frost%20Network|play.frostnetwork.xyz:19132">click to join</a>
</button>
<!-- <a href="#">Discord</a> -->
</div>
<div class="cta">
<a href="#">FROST NETWORK (2024)</a>
</div>
</div>
</div>
<canvas id="draw"></canvas>
<script src="./script.js"></script>
<!-- <script src="./index.js"></script> -->
</body>
</html>