-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
41 lines (39 loc) · 953 Bytes
/
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>push to dev again?</title>
<style type="text/css">
.page404 {
background: #4e0d15;
margin:0;
padding:0;
}
.page404 .wrapper {
background: url("/images/404.jpg") 50% 0 no-repeat;
background-size: 100%;
position: relative;
margin: 0 auto;
width: 800px;
height: 700px;
}
.page404 .page-back{
position: absolute;
top:390px;
left:340px;
display: block;
width:160px;
height:35px;
}
</style>
</head>
<body class="page404">
<div class="wrapper">
<a href class="page-back"></a>
<!-- dev branch note -->
<!-- dev branch note 22222 -->
<!-- master branch note 22222 -->
</div>
</body>
</html>