-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (23 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Trimm - Personal expenses made fun</title>
<link rel="stylesheet" href="https://use.typekit.net/cnj0ncj.css">
<meta property="og:site_name" content="Trimm" />
<meta property="og:description" content="Drop the boring spreadsheets and log your personal expenses in a more intuitive, user-friendly way." />
<meta name="description" content="Drop the boring spreadsheets and log your personal expenses in a more intuitive, user-friendly way.">
<meta property="og:url" content="trimm.me" />
<link rel="icon" type="image/png" href="/assets/img/favicon.png" />
</head>
<body>
<main class="react-root dis-f"></main>
<script>(function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator'); ic('update', intercomSettings); } else { var d = document; var i = function () { i.c(arguments) }; i.q = []; i.c = function (args) { i.q.push(args) }; w.Intercom = i; function l() { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/my4cd1y2'; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })()</script>
<script>
window.Intercom("boot", {app_id: "my4cd1y2"});
</script>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>