Changes to be committed:
modified: index.html new file: js/pwabuilder-sw.js new file: offline.html
This commit is contained in:
21
offline.html
Normal file
21
offline.html
Normal file
@@ -0,0 +1,21 @@
|
||||
html>
|
||||
<head>
|
||||
<title>DarkShy - main page</title>
|
||||
<meta name="description" content="Страница DarkShy.">
|
||||
<meta name="keywords" content="DarkShy, pony, bronyfurry, mlp">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="theme-color" content="black">
|
||||
<meta name="color-scheme" content="dark">
|
||||
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="apple-touch-icon" href="/img/favicon.ico">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="header dark">Dark<span class="shy">Shy</span></h1>
|
||||
<h2><span>У вас что-то сломалось, или сервер не доступен.</span></h2>
|
||||
<h3>Код ошибки: No internet connection or server is dead</h3>
|
||||
</body>
|
||||
Reference in New Issue
Block a user