-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoffline.html
More file actions
16 lines (16 loc) · 751 Bytes
/
offline.html
File metadata and controls
16 lines (16 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>WikiTranslator - offline</title>
<meta name="description" content="WikiTranslator requires a working Internet connection.">
<meta property="og:image" content="img/open_graph.png" />
<link rel='manifest' href='manifest.json'>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1 style="color: #039BE5; text-align: center;">WikiTranslator requires a working Internet connection...</h1>
<h2 style="color: grey; text-align: center;">Please try again after connecting to a mobile network or Wi-Fi.</h2>
</body>
</html>