forked from Samskrita-Bharati/zat.am
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
85 lines (75 loc) · 1.57 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>The page you were looking for doesn't exist (404)</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
height: 100%;
width: 100%;
background: #fefefe url('/construction.png')center bottom fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #2E2F30;
font-family: sans-serif;
margin: 0;
}
footer {
position: absolute;
bottom: 1%;
width: 100%;
text-align: center;
font-size: .6em;
color: #fff
}
a {
color: #fff;
}
a:hover {
color: #393939;
}
.dialog {
float:left;
text-align: left;
width: 50%;
margin: 2% auto 0;
padding-left: 10%;
}
h1 {
font-size: 3.5em;
color: #393939;
line-height: 1em;
}
h2 {
font-size: 2em;
color: #393939;
line-height: .5em;
}
p {
font-size: 1.4em;
color: #393939;
}
@media only screen and (max-width: 767px) {
.dialog {
float:none;
text-align: center;
width: 90%;
}
}
</style>
</head>
<body>
<div>
<div class="dialog">
<h1>क्षम्यताम् kShamyataam</h1>
<p>नास्ति पृष्ठम् (naasti pRRiShTham) page doesn't exist</p>
<h3><a href="https://zat.am">मुखपृष्ठम् mukhapRRiShTham - Main Page</a></h3>
<img src="/शत.म्.png" width="25%" alt="शत.म् zat.am"/>
</div>
</div>
</body>
<footer>:)</footer>
</html>