This repository was archived by the owner on Jul 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-404.html
More file actions
67 lines (54 loc) · 2.59 KB
/
page-404.html
File metadata and controls
67 lines (54 loc) · 2.59 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>404 | HostSolutions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Cheap Game Server Hosting" />
<meta name="keywords" content="hosting, premium, discord, bot, servers" />
<meta name="author" content="HostSolutions" />
<meta name="version" content="2.0.0" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v2.1.6/css/unicons.css">
<!-- Css -->
<link href="css/style-dark.css" rel="stylesheet" type="text/css" id="theme-opt" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">
</head>
<body>
<div class="back-to-home rounded d-none d-sm-block">
<a href="index.html" class="btn btn-icon btn-soft-primary"><i data-feather="home" class="icons"></i></a>
</div>
<!-- start -->
<section class="bg-home d-flex align-items-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-12">
<div class="text-center">
<img src="images/404.png" class="img-fluid" alt="">
<div class="mt-5">
<h3>Something is wrong</h3>
<p class="text-muted para-desc mx-auto">The page you are looking for was moved, removed, renamed or might never existed.</p>
<a href="index.html" class="btn btn-soft-primary mt-2">Go to Home</a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- end -->
<!-- javascript -->
<script src="js/bootstrap.bundle.min.js"></script>
<!-- SLIDER -->
<script src="js/tiny-slider.js "></script>
<script src="js/tiny-slider-init.js "></script>
<!-- Icons -->
<script src="js/feather.min.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>