-
Notifications
You must be signed in to change notification settings - Fork 0
/
offline.html
41 lines (38 loc) · 1.96 KB
/
offline.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
Você esta offline :(
</title>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='description' content='An Marko progressive web app. Probably the best Marko progressive web app web app there is.'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='canonical' href='https://lit-headland-75537.herokuapp.com/'>
<link rel='manifest' href='manifest.json'>
<meta name='mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='application-name' content='Marko progressive web app'>
<meta name='apple-mobile-web-app-status-bar-style' content='black'>
<meta name='apple-mobile-web-app-title' content='Marko progressive web app'>
<link rel='icon sizes=192x192' href='/images/w.png'>
<link rel='apple-touch-icon' href='/images/w.png'>
<meta name='msapplication-TileImage' content='/images/w.png'>
<meta name='msapplication-TileColor' content='#000000'>
<meta name='theme-color' content='#000000'>
<meta property='og:title' content='Marko progressive web app'>
<meta property='og:type' content='website'>
<meta property='og:image' content=''>
<meta property='og:url' content='https://lit-headland-75537.herokuapp.com/'>
<meta property='og:description' content='The best and easiest Marko progressive web app web app there is. No install just use it right away in your browser!'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:url' content='https://lit-headland-75537.herokuapp.com/'>
<meta name='twitter:title' content='Marko progressive web app'>
<meta name='twitter:description' content='The best and easiest Marko progressive web app web app there is. No install just use it right away in your browser!'>
<meta name='twitter:image' content=''>
<meta name='twitter:creator' content='@nunesmauricio_'>
</head>
<body>
<h1>Você esta offline :(</h1>
</body>
</html>