-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 973 Bytes
/
index.html
File metadata and controls
31 lines (31 loc) · 973 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" />
<meta http-equiv="refresh" content="5; url=https://digitalhazards.net" />
<link rel="shortcut icon" href="index.hyperesources/favicon.ico">
<title>You hit a Node</title>
<style>
html {
height:100%;
}
body {
background-color:#080919;
margin:0;
height:100%;
}
</style>
<meta name="viewport" content="user-scalable=yes, width=600" />
</head>
<body>
<div id="index_hype_container" style="margin:auto;position:relative;width:600px;height:400px;overflow:hidden;" aria-live="polite">
<script type="text/javascript" charset="utf-8" src="index.hyperesources/index_hype_generated_script.js?88126"></script>
</div>
<div style="display:none">
<div>Let us take you to where you should be!
</div>
<div>You are trying to connect to a Node Server</div>
</div>
</body>
</html>