-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
145 lines (145 loc) · 4.6 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Help out local Chinatown businesses through COVID-19"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<script src="https://js.stripe.com/v3/" async></script>
<script type="text/javascript">
!(function (i) {
if (i.search) {
var a = {};
i.search
.slice(1)
.split('&')
.forEach(function (i) {
var l = i.split('=');
a[l[0]] = l.slice(1).join('=').replace(/~and~/g, '&');
}),
void 0 !== a.p &&
window.history.replaceState(
null,
null,
i.pathname.slice(0, -1) +
(a.p || '') +
(a.q ? '?' + a.q : '') +
i.hash
);
}
})(window.location);
</script>
<title>Send Chinatown Love</title>
<link href="/static/css/main.b1a4d883.chunk.css" rel="stylesheet" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script>
!(function (e) {
function t(t) {
for (
var n, l, i = t[0], a = t[1], f = t[2], p = 0, s = [];
p < i.length;
p++
)
(l = i[p]),
Object.prototype.hasOwnProperty.call(o, l) &&
o[l] &&
s.push(o[l][0]),
(o[l] = 0);
for (n in a)
Object.prototype.hasOwnProperty.call(a, n) && (e[n] = a[n]);
for (c && c(t); s.length; ) s.shift()();
return u.push.apply(u, f || []), r();
}
function r() {
for (var e, t = 0; t < u.length; t++) {
for (var r = u[t], n = !0, i = 1; i < r.length; i++) {
var a = r[i];
0 !== o[a] && (n = !1);
}
n && (u.splice(t--, 1), (e = l((l.s = r[0]))));
}
return e;
}
var n = {},
o = { 1: 0 },
u = [];
function l(t) {
if (n[t]) return n[t].exports;
var r = (n[t] = { i: t, l: !1, exports: {} });
return e[t].call(r.exports, r, r.exports, l), (r.l = !0), r.exports;
}
(l.m = e),
(l.c = n),
(l.d = function (e, t, r) {
l.o(e, t) ||
Object.defineProperty(e, t, { enumerable: !0, get: r });
}),
(l.r = function (e) {
'undefined' != typeof Symbol &&
Symbol.toStringTag &&
Object.defineProperty(e, Symbol.toStringTag, { value: 'Module' }),
Object.defineProperty(e, '__esModule', { value: !0 });
}),
(l.t = function (e, t) {
if ((1 & t && (e = l(e)), 8 & t)) return e;
if (4 & t && 'object' == typeof e && e && e.__esModule) return e;
var r = Object.create(null);
if (
(l.r(r),
Object.defineProperty(r, 'default', { enumerable: !0, value: e }),
2 & t && 'string' != typeof e)
)
for (var n in e)
l.d(
r,
n,
function (t) {
return e[t];
}.bind(null, n)
);
return r;
}),
(l.n = function (e) {
var t =
e && e.__esModule
? function () {
return e.default;
}
: function () {
return e;
};
return l.d(t, 'a', t), t;
}),
(l.o = function (e, t) {
return Object.prototype.hasOwnProperty.call(e, t);
}),
(l.p = '/');
var i = (this.webpackJsonpsendchinatownlove =
this.webpackJsonpsendchinatownlove || []),
a = i.push.bind(i);
(i.push = t), (i = i.slice());
for (var f = 0; f < i.length; f++) t(i[f]);
var c = a;
r();
})([]);
</script>
<script src="/static/js/2.64b2f8b3.chunk.js"></script>
<script src="/static/js/main.48b36c2e.chunk.js"></script>
</body>
</html>