-
Notifications
You must be signed in to change notification settings - Fork 36
/
offline.html
63 lines (53 loc) · 2.82 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<link rel="preconnect" href="//fonts.googleapis.com">
<link rel="preconnect" href="//fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://weblaunchchecklist.com/_include/css/main.min.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Rubik:300,400,500">
<script type="text/javascript" src="https://weblaunchchecklist.com/_include/js/main.min.js" defer></script>
<link rel="preconnect" href="//www.google-analytics.com">
<link rel="preconnect" href="https://www.google-analytics.com">
<title>Web Launch Checklist</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@harrisjt_">
<meta name="twitter:domain" content="https://weblaunchchecklist.com">
<meta name="twitter:creator" content="@harrisjt_">
<meta name="twitter:title" content="Web Launch Checklist">
<meta name="twitter:image" content="https://weblaunchchecklist.com/logo.png">
<meta property="og:title" content="Web Launch Checklist"/>
<meta property="og:url" content="https://weblaunchchecklist.com"/>
<meta property="og:image" content="https://weblaunchchecklist.com/logo.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="https://weblaunchchecklist.com/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://weblaunchchecklist.com/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://weblaunchchecklist.com/favicon-16x16.png">
<link rel="manifest" href="https://weblaunchchecklist.com/manifest.json">
<link rel="mask-icon" href="https://weblaunchchecklist.com/safari-pinned-tab.svg" color="#585afa">
<meta name="theme-color" content="#585afa">
<meta name="description"
content="A simple website launch checklist to keep track of the most important enrichment possibilities for a website.">
<link rel="canonical" href="https://weblaunchchecklist.com/offline.html">
</head>
<body>
<header>
<h1 class="title">Web Launch Checklist</h1>
<div class="progress">
<span class="progress__border"></span>
</div>
</header>
<div class="container">
<h2 class="title-404">Offline.</h2>
<div class="text-404"><a href="https://weblaunchchecklist.com">Check your network connection.</a></div>
</div>
<footer>
Website created by <a target="_blank" rel="noopener" href="https://harrisjt.com">HarrisJT</a> <span>/</span> View
the source code and suggest edits
on <a target="_blank" rel="noopener" href="https://github.com/HarrisJT/web-launch-checklist">Github</a>
<span>/</span>
Download <a href="" download>docx</a> or <a href="" download>pdf</a> versions
</footer>
</body>
</html>