-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 930 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr"><head>
<meta charset="utf-8">
<link rel="stylesheet" href="main.css">
<title>Connecting to the World</title>
<script>
const mvlist = "https://mvlist.puri.zone"
function rdc(url){
window.location.href = url
}
</script>
</head>
<body class="noselect">
<div style="
width: 100%;
height: 100%;">
<img src="world.gif" alt="global" width="260" style="
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;">
<h1>Connecting to the World</h1>
<h2 class="project color1" onclick="rdc(mvlist)">Try New Website: MVList - Minecraft Verified Servers List</h2>
</div>
<footer style="
position: absolute;
bottom: 30px;
left: 41%;
">© Powered by Eheh Team (<a href="https://github.com/Puri-Devs/">from Puri-Devs</a>)</footer>
</body>
</html>