-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (37 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.svg">
<title>Jazz at the Improv- Your Source for Jazz Events</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap" rel="stylesheet">
<meta property="og:title" content="Jazz At The Improv - Your Source for Jazz Events and Tickets">
<meta property="og:description"
content="Join the vibrant community of Jazz lovers at Jazz At The Improv Society. Get tickets to upcoming concerts and embrace the enchanting world of Jazz.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Jazz At The Improv">
<meta property="og:url" content="https://jazzattheimprov.com">
<meta property="og:image" content="https://jazzattheimprov.com/path/to/your-image.jpg">
<!-- Update path to your image -->
<meta property="og:image:alt" content="Jazz At The Improv - Your Source for Jazz Events and Tickets"> <!-- Update description for your image -->
<meta property="og:locale" content="en_US">
<!-- <meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Jazz At The Improv - Your Source for Jazz Events and Tickets">
<meta name="twitter:description"
content="Join the vibrant community of Jazz lovers at Jazz At The Improv Society. Get tickets to upcoming concerts and embrace the enchanting world of Jazz.">
<meta name="twitter:image" content="https://jazzattheimprov.com/path/to/your-image.jpg">
<meta name="twitter:image:alt" content="Jazz At The Improv - Your Source for Jazz Events and Tickets"> < - - Update description for your image - - >
<meta name="twitter:site" content="@YourTwitterHandle"> < - - Update your Twitter handle - - >
<meta name="twitter:creator" content="@YourTwitterHandle"> < - - Update your Twitter handle - - >
-->
<script defer data-domain="jazzattheimprov.com" src="https://plausible.io/js/script.js"></script>
</head>
<body class="bg-indigo-1000">
<div id="app"></div>
<script src="https://player.vimeo.com/api/player.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>