Severian commited on
Commit
21b01a5
·
1 Parent(s): 5bd3cb5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -52,7 +52,7 @@
52
  </head>
53
  <body>
54
  <header>
55
- <h1>Tasks AI</h1>
56
  </header>
57
  <a class="button" href="#" onclick="openLink('/chat.html')">Chat</a>
58
  <a class="button" href="#" onclick="openLink('/image-creator.html')">Image Creator</a>
@@ -60,7 +60,7 @@
60
  <a class="button" href="#" onclick="openLink('/text-to-speech.html')">Text to Speech</a>
61
  <a class="button" href="#" onclick="openLink('/speech-to-text.html')">Speech to Text</a>
62
  <footer>
63
- <p>©️ OpenSkyML</p>
64
  </footer>
65
  <script>
66
  function openLink(url) {
 
52
  </head>
53
  <body>
54
  <header>
55
+ <h1>A N I M A: Toolkit</h1>
56
  </header>
57
  <a class="button" href="#" onclick="openLink('/chat.html')">Chat</a>
58
  <a class="button" href="#" onclick="openLink('/image-creator.html')">Image Creator</a>
 
60
  <a class="button" href="#" onclick="openLink('/text-to-speech.html')">Text to Speech</a>
61
  <a class="button" href="#" onclick="openLink('/speech-to-text.html')">Speech to Text</a>
62
  <footer>
63
+ <p>©️ ANIMA</p>
64
  </footer>
65
  <script>
66
  function openLink(url) {