Curinha commited on
Commit
17a2e18
Β·
1 Parent(s): ad3feff

Update home.html to change background gradient and update website link

Browse files
Files changed (1) hide show
  1. templates/home.html +2 -2
templates/home.html CHANGED
@@ -7,7 +7,7 @@
7
  <style>
8
  body {
9
  font-family: 'Poppins', sans-serif;
10
- background: linear-gradient(135deg, #0B3D91, #1E88E5);
11
  color: white;
12
  text-align: center;
13
  padding: 50px;
@@ -56,7 +56,7 @@
56
  <p>πŸ“„ <a href="/docs">/docs</a> - Interactive documentation</p>
57
  <p>🎡 <a href="/generate-music">/generate-music</a> - Generate music based on a prompt</p>
58
  <p>πŸ”Š <a href="/generate-sound">/generate-sound</a> - Create sounds from a description</p>
59
- <a class="button" href="https://externalpage.com/test-api" target="_blank">πŸ”— Try it on our website</a>
60
  </div>
61
  </body>
62
  </html>
 
7
  <style>
8
  body {
9
  font-family: 'Poppins', sans-serif;
10
+ background: linear-gradient(135deg, #052763, #167ed8);
11
  color: white;
12
  text-align: center;
13
  padding: 50px;
 
56
  <p>πŸ“„ <a href="/docs">/docs</a> - Interactive documentation</p>
57
  <p>🎡 <a href="/generate-music">/generate-music</a> - Generate music based on a prompt</p>
58
  <p>πŸ”Š <a href="/generate-sound">/generate-sound</a> - Create sounds from a description</p>
59
+ <a class="button" href="https://creators-lab-dusky.vercel.app/" target="_blank">πŸ”— Try it on our website</a>
60
  </div>
61
  </body>
62
  </html>