-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
64 lines (55 loc) · 1.1 KB
/
404.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
---
permalink: /404.html
---
<html>
<head>
<title>Find Wine You'll Love | VinoShipper</title>
<!-- Typekit Includes
================================================== -->
<script type="text/javascript" src="//use.typekit.net/scp8bak.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<style>
body{
margin:0;
padding:0;
}
.wrapper{
position:absolute;
height:100%;
width:100%;
}
.vertical{
float:left;
height:50%;
margin-top:-100px;
width:100%;
}
.container{
clear:both;
position:relative;
max-width:600px;
margin:0 auto;
padding:20px;
font-family:"museo-sans", sans-serif;
font-size:24px;
font-weight:300;
text-align:center;
}
.container img{
width:200px;
}
.container p{
margin-top:10px;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="vertical"></div>
<div class="container">
<img src="/img/VinoShipperLogo.svg" alt="VinoShipper">
<p>We're down for maintanence. We'll be back soon.</p>
</div>
</div>
</body>
</html>