-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
37 lines (37 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Placeholder</title>
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="/css/materialize.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: table
}
#content {
display: table-cell;
text-align: center;
vertical-align: middle
}
</style>
</head>
<body>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="/js/materialize.min.js"></script>
<div class="container" id="content">
<span style="font-size: 8rem;line-height: 110%;margin: 1.78rem 0 1.424rem 0;" class="valign center-align">Здесь пусто.</span><br>
<span style="font-size: 6rem;line-height: 110%;margin: 1.78rem 0 1.424rem 0;" class="valign center-align">Совсем пусто.</span><br>
<span style="font-size: 5rem;line-height: 110%;margin: 1.78rem 0 1.424rem 0;" class="valign center-align">Вообще пусто.</span><br>
<p>Возможно здесь скоро что то будет.</p>
<a class="waves-effect waves-light btn-large" href="/index.html">Можете вернуться назад</a>
</div>
</body>
</html>