-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 1.18 KB
/
index.html
File metadata and controls
27 lines (24 loc) · 1.18 KB
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" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ACE-Step UI - Local AI Music Generator</title>
<!-- Primary Meta Tags -->
<meta name="title" content="ACE-Step UI - Local AI Music Generator" />
<meta name="description" content="Create AI music locally with ACE-Step UI. Free and open source music generation powered by ACE-Step 1.5." />
<meta name="keywords" content="AI music generator, ACE-Step, local AI, music generation, text to music, AI song generator" />
<meta name="robots" content="index, follow" />
<meta name="author" content="ACE-Step UI" />
<!-- Additional SEO -->
<meta name="theme-color" content="#ec4899" />
<meta name="application-name" content="ACE-Step UI" />
<meta name="apple-mobile-web-app-title" content="ACE-Step UI" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
</head>
<body class="bg-suno text-zinc-900 dark:text-white overflow-hidden transition-colors duration-300">
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>