-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Manzano Banana</title>
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="content-language" content="en-US" />
<!-- SEO Meta Tags -->
<meta name="description" content="Discover the Manzano Banana, a unique take on your personal AI assistant enchanted to visualize the world.">
<meta name="keywords" content="manzano banana, ai, assistant, visualization">
<!-- Open Graph Tags -->
<meta property="og:title" content="Manzano Banana: An AI assistant enchanted to visualize the world." />
<meta property="og:description" content="Discover the Manzano Banana, a unique take on your personal AI assistant enchanted to visualize the world." />
<meta property="og:image" content="https://i.imgur.com/eiMpBqJ.png" />
<meta property="og:url" content="https://lively-coast-012dfa610.3.azurestaticapps.net/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Manzano Banana" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Manzano Banana: An AI assistant enchanted to visualize the world." />
<meta name="twitter:description" content="Discover the Manzano Banana, a unique take on your personal AI assistant enchanted to visualize the world." />
<meta name="twitter:image" content="https://i.imgur.com/eiMpBqJ.png" />
</head>
<body>
<div id="app" class="h-screen"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.7.570/pdf.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.7.570/pdf.worker.min.js"></script>
<script src="https://www.desmos.com/api/v1.5/calculator.js?apiKey=dcb31709b452b1cf9dc26972add0fda6"></script>
<script src="opensheetmusicdisplay.min.js"></script>
<script src="digitaljs.min.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>