-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (62 loc) · 1.92 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
<!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, viewport-fit=cover"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Open+Sans:wght@400;600&display=swap"
rel="stylesheet"
/>
<title>Frances Kornbluth</title>
<meta
name="description"
content="Frances Kornbluth (1920 - 2014) was an Abstract Expressionist painter who spent 57 summers painting on Monhegan Island off the coast of Maine."
data-rh="true"
/>
<meta
property="og:title"
content="Frances Kornbluth, Artist & Artwork"
data-rh="true"
/>
<meta
property="og:description"
content="Frances Kornbluth (1920 - 2014) was an Abstract Expressionist painter who spent 57 summers painting on Monhegan Island off the coast of Maine."
data-rh="true"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://franceskornbluth.com/" />
<meta
property="og:image"
content="https://franceskornbluth.com/screenshot.jpg"
/>
<script type="text/javascript">
// SPA + GH
(function (l) {
if (l.search[1] === '/') {
var decoded = l.search
.slice(1)
.split('&')
.map(function (s) {
return s.replace(/~and~/g, '&');
})
.join('?');
window.history.replaceState(
null,
null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
})(window.location);
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>