-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
28 lines (28 loc) · 928 Bytes
/
error.html
File metadata and controls
28 lines (28 loc) · 928 Bytes
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
<!DOCTYPE html>
<html manifest="/cache.manifest">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<title>Error</title>
</head>
<body>
<nav class="nav-block">
<ul class="nav-block_links">
<li>
<a href="index.html">Повернутись на головну сторінку</a>
</li>
</ul>
</nav>
<div class="content-block">
<h1>Ооопс!</h1>
<h3>На жаль, дана сторінка не доступна в режимі офлайн :'(</h3>
<h3>Перевірте підключення до Інтернету та спробуйте оновити сторінку</h3>
</div>
<script src="javascript/app.js" type="text/javascript">
</script>
<script src="javascript/db.js" type="text/javascript">
</script>
<script src="javascript/offline.js" type="text/javascript">
</script>
</body>
</html>