-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="https://zachmargolis.com/pennies/" />
<link rel="shortcut icon" href="favicon.ico">
<title>Pennies | Zach Margolis</title>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@zachmargolis">
<meta name="twitter:creator" content="@zachmargolis">
<meta name="twitter:title" content="Pennies | Zach Margolis">
<meta name="twitter:description" content="Visualization of collected coins">
<meta name="twitter:image" content="https://www.zachmargolis.com/pennies/screenshot-2023.jpg">
<meta property="og:title" content="Pennies | Zach Margolis" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://zachmargolis.com/pennies/" />
<meta property="og:description" content="Visualization of collected coins" />
<meta property="og:image" content="https://www.zachmargolis.com/pennies/screenshot-2023.jpg" />
</head>
<body>
<div id="app"><!--ssr-outlet--></div>
<script type="module" src="/src/render-client.tsx"></script>
</body>
</html>