Update chat.html
Browse files
chat.html
CHANGED
|
@@ -56,7 +56,7 @@
|
|
| 56 |
</head>
|
| 57 |
<body>
|
| 58 |
<header>
|
| 59 |
-
<h1>
|
| 60 |
</header>
|
| 61 |
<a class="button" href="/">Home</a>
|
| 62 |
<a class="button" href="#" onclick="openLink('image-creator.html')">Image Creator</a>
|
|
@@ -72,7 +72,7 @@
|
|
| 72 |
</iframe>
|
| 73 |
|
| 74 |
<footer>
|
| 75 |
-
<p>©️
|
| 76 |
</footer>
|
| 77 |
|
| 78 |
<script>
|
|
|
|
| 56 |
</head>
|
| 57 |
<body>
|
| 58 |
<header>
|
| 59 |
+
<h1>A N I M A - Chat</h1>
|
| 60 |
</header>
|
| 61 |
<a class="button" href="/">Home</a>
|
| 62 |
<a class="button" href="#" onclick="openLink('image-creator.html')">Image Creator</a>
|
|
|
|
| 72 |
</iframe>
|
| 73 |
|
| 74 |
<footer>
|
| 75 |
+
<p>©️ ANIMA</p>
|
| 76 |
</footer>
|
| 77 |
|
| 78 |
<script>
|