-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Discover a new way to experience music with our free visual music tool. Fast, interactive, and easy to use – visualize your favorite tunes in real-time.">
<meta name="keywords" content="Visualize Music, Music Visualization, Free Music Tool, Interactive Music Experience, Real-Time Music Visualization">
<meta name="google-site-verification" content="3_84WUkw55O7J9Y5qKFWVyP7NgwTr_3t-P0xFdJzdm8" />
<meta property="og:title" content="Canvasbeats - Visualize Music | Interactive and Real-Time">
<meta property="og:description" content="Experience music like never before with our free and fast visual music tool. Interact and visualize any song in real-time.">
<!-- <meta property="og:image" content="path_to_image.jpg">-->
<meta property="og:url" content="https://canvasbeats.com">
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<title>Canvasbeats</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>