-
Notifications
You must be signed in to change notification settings - Fork 1
/
offline.html
161 lines (147 loc) · 4.91 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta property="og:site_name" content="newsletters.cdemi.io" />
<meta
property="og:description"
content="Here you can find a list of all of cdemi's Newsletters"
/>
<meta
property="og:image"
content="https://newsletters.cdemi.io/images/cover.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#3f51b5" />
<meta name="msapplication-TileColor" content="#3f51b5" />
<meta name="theme-color" content="#3f51b5" />
<title>Archive of all of cdemi's weekly newsletters 📰</title>
<style type="text/css">
body {
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
color: #333;
}
h2,
h3,
h4 {
margin: 0;
mso-line-height-rule: exactly;
line-height: 1.4em !important;
}
h1 {
margin: 0;
mso-line-height-rule: exactly;
line-height: 1.2em !important;
}
a {
margin: 0 !important;
text-decoration: underline !important;
color: #2c8693 !important;
}
a,
a span {
text-decoration: none !important;
color: #2c8693 !important;
}
ul {
padding: 0;
}
ul li {
display: inline-block;
padding-right: 10px;
}
ul li:not(:last-child):after {
padding-left: 10px;
content: "-";
}
ul li:first-child:after {
content: "(latest)";
padding-left: 2px;
color: #ababab;
font-size: 11px;
}
</style>
</head>
<body style="margin:0; padding:0; background-color:#F2F2F2;">
<center>
<table
width="90%"
border="0"
cellpadding="0"
cellspacing="0"
style="width: 90%; max-width: 580px; padding: 40px; color: #3f51b5"
>
<tr>
<td align="center">
<h2>cdemi's</h2>
<table>
<tr>
<td align="right" style="width:45%">
<h1>Curated</h1>
</td>
<td align="center">
<h1>
📰
</h1>
</td>
<td align="left" style="width:45%">
<h1>
Newsletter
</h1>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
width="90%"
border="0"
cellpadding="0"
cellspacing="0"
bgcolor="#FFFFFF"
style="width: 90%; max-width: 580px;"
>
<tr>
<td
align="center"
bgcolor="#3f51b5"
style="color:#fff; padding:10px 20px;"
>
<h2>Archive</h2>
</td>
</tr>
<tr>
<td
align="justify"
style="padding:0 20px 0px 20px; border-bottom:1px solid #eee;"
id="archiveList"
>
You are currently offline and you may only view pages that you've already viewed when online...
</td>
</tr>
</table>
<table width="90%" border="0" cellpadding="0" cellspacing="0" style="width: 90%; max-width: 580px; padding: 20px; font-size: 10pt; color: #999999">
<tr>
<td align="center" style="line-height: 15px;">
This newsletter is made with 💖 by <a href="https://blog.cdemi.io">cdemi</a> and sponsored by <a href="https://moo.mt" target="_blank" rel="noopener">moo Research</a>.<br /><br />
You can find this <a href="https://github.com/cdemi/NewsletterCurator/blob/master/LICENSE">MIT Licensed</a> open-source project on <a href="https://github.com/cdemi/NewsletterCurator">GitHub cdemi/NewsletterCurator</a>. <br /><br />
You can also find an archive of all sent newsletters on GitHub at <a href="https://newsletters.cdemi.io/">https://newsletters.cdemi.io/</a>. <br /><br />
</td>
</tr>
</table>
</center>
</body>
</html>