-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en" data-theme="retro">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/calendar.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Track your subscriptions and view them in a calendar format. Never miss a payment date with our Subscription Tracker."
/>
<meta
name="google-site-verification"
content="gNzOUpKLFEa4c7vHnmaT6Zuj4sbkvyBkkmWXBAKK_nM"
/>
<meta
property="og:title"
content="Subscription Tracker | Track and Manage Your Subscriptions"
/>
<meta
property="og:description"
content="Track your subscriptions and view them in a calendar format. Never miss a payment date with our Subscription Tracker."
/>
<title>Subscription Tracker | Track and Manage Your Subscriptions</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8DK7M7WCZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E8DK7M7WCZ');
</script>
</body>
</html>