Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -52,7 +52,7 @@
|
|
| 52 |
</head>
|
| 53 |
<body>
|
| 54 |
<header>
|
| 55 |
-
<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>©️
|
| 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) {
|