-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
33 lines (24 loc) · 1 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Just a private hosting</title>
<link href="./404_files/bootstrap.min.css" rel="stylesheet">
<link href="./404_files/font-awesome.css" rel="stylesheet">
<link href="./404_files/animate.css" rel="stylesheet">
<link href="./404_files/style.css" rel="stylesheet">
</head>
<body class="gray-bg">
<div class="middle-box text-center animated fadeInDown">
<h1>8IQ</h1>
<h3 class="font-bold">Just a private hosting</h3>
<div class="error-desc">
Sorry, but the page you are looking for has no content. Try checking the URL, then hit the refresh button on your browser or contact our secret support.
</div>
</div>
<!-- Mainly scripts -->
<script src="./404_files/jquery-3.1.1.min.js"></script>
<script src="./404_files/bootstrap.min.js"></script>
</body>
</html>