-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (52 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AdGeek - Retargeting made easy.</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin" rel="stylesheet">
<!--Bootstrap Stylesheet [ REQUIRED ]-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--Nifty Stylesheet [ REQUIRED ]-->
<link href="css/nifty.min.css" rel="stylesheet">
<!--Font Awesome [ OPTIONAL ]-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
.cls-brand {
margin-top: 50px;
}
.cls-brand a > img {
margin: auto;
width: 75px;
}
.cls-content {
padding-top: 0;
}
</style>
</head>
<!--TIPS-->
<!--You may remove all ID or Class names which contain "demo-", they are only used for demonstration. -->
<body>
<div id="container" class="cls-container" style="background-color: #055280;">
<!-- HEADER -->
<!--===================================================-->
<div class="cls-header-lg">
<div class="cls-brand">
<a class="box-inline" href="">
<img class="img-responsive" src="img/logo.svg" />
<span class="brand-title"><span class="text-semibold">Ad</span> <span class="text-thin">Geek</span></span>
</a>
</div>
</div>
<!-- CONTENT -->
<!--===================================================-->
<div class="cls-content">
<h1 class="error-code text-warning">500</h1>
<p class="h4 text-thin pad-btm mar-btm">
<i class="fa fa-cog fa-fw"></i>
Something went wrong and our server couldn't process your request.
</p>
</div>
</div>
</body>
</html>