forked from Sowwyz/minecraft-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
183 lines (129 loc) · 6.25 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap" rel="stylesheet">
<link href="http://fonts.cdnfonts.com/css/minecraft-4" rel="stylesheet">
<script src="index.js"></script>
<body>
<nav class="navbar is-dark" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item">
<img src="https://cdn.discordapp.com/attachments/1035934103398256650/1035951502444994582/penguin.png" width="32" height="32">
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="#">
Home
</a>
<div class="navbar-item has-dropdown is-hoverable is-dark has-background-dark has-text-white">
<a class="navbar-link is-dark has-background-dark has-text-white">
Socials
</a>
<div class="navbar-dropdown is-dark has-background-dark has-text-white">
<a class="navbar-item has-background-dark has-text-white" href="https://discord.gg/EHaVYKm9sv">
Discord
</a>
<a class="navbar-item is-dark has-background-dark has-text-white href="https://discord.gg/EHaVYKm9sv"" >
Contact
</a>
<hr class="navbar-divider is-dark has-background-dark has-text-white">
<a class="navbar-item is-dark has-background-dark has-text-white href="https://discord.gg/EHaVYKm9sv"" >
Report an issue
</a>
</div>
</div>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="buttons">
<a class="js-modal-trigger is-primary button" data-target="modal-js-example">
<strong>Play Now!</strong>
</a>
<a class="button is-warning" onclick="location.href='https://loose.tebex.io/'">
Store
</a>
</div>
</div>
</div>
</div>
</nav>
<div class="div1">
<center>
<div class="div2">
<br><br>
<p class="a1 is-3">Welcome to,</p> <br>
<p class="a2 is-1">LooseNetwork</p>
</div2>
</center>
<center>
<br><br><br>
<button class="button is-link is-bordered has-shadow" onclick="location.href='https://discord.gg/EHaVYKm9sv'">Join us on Discord</button>
<button class="js-modal-trigger button is-primary" is-bordered has-shadow" data-target="modal-js-example" >Play on Bedrock & Java</button>
<button class="button is-danger" title="Disabled button" disabled>Play on your toaster</button>
<img src="https://cdn.discordapp.com/attachments/1035934052672348262/1035976964600762468/pngegg.png">
</center>
<div class="fab">
<span class="fab-action-button">
<i class="fab-action-button__icon"></i>
</span>
<ul class="fab-buttons">
<li class="fab-buttons__item">
<a href="#" class="fab-buttons__link" data-tooltip="Facebook">
<i class="icon-material icon-material_fb"></i>
</a>
</li>
<li class="fab-buttons__item">
<a href="#" class="fab-buttons__link" data-tooltip="Twitter">
<i class="icon-material icon-material_tw"></i>
</a>
</li>
<li class="fab-buttons__item">
<a href="#" class="fab-buttons__link" data-tooltip="Linkedin">
<i class="icon-material icon-material_li"></i>
</a>
</li>
<li class="fab-buttons__item">
<a href="#" class="fab-buttons__link" data-tooltip="Google+">
<i class="icon-material icon-material_gp"></i>
</a>
</li>
</ul>
a
</div>
<script>
function copyText() {
/* Copy text into clipboard */
navigator.clipboard.writeText
("loosenetwork.co");
}
function copyText2() {
/* Copy text into clipboard */
navigator.clipboard.writeText
("loosenetwork.co");
}
</script>
<div id="modal-js-example" class="modal is-dark">
<div class="modal-background is-dark"></div>
<div class="modal-content">
<div class="box">
<p class="title">Play now on Mobile, PC and Console</p>
<p class="title has-text-warning-dark is-2">Java Edition</p>
<p>version 1.17.1 and above</p>
<p class="title is-3"><strong class="title has-text-warning-dark">IP: </strong> loosenetwork.co <button class="button is-rounded" onclick="copyText()">Copy</button> </p>
<br>
<p class="title has-text-warning-dark is-2">Bedrock Edition</p>
<p>version 1.17.1 and above</p>
<p class="title is-3"><strong class="title has-text-warning-dark">IP: </strong> loosenetwork.co <button class="button is-rounded" onclick="copyText()">Copy</button> </p>
<p class="title is-3"><strong class="title has-text-warning-dark">PORT: </strong> default/no changes <button class="button is-danger is-rounded" title="Disabled button" disabled="true">Copy</button> </p>
</div>
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
</body>