Attach this image in the selected area. Top right corner
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -31,8 +31,8 @@
|
|
| 31 |
<div class="flex justify-between h-16">
|
| 32 |
<div class="flex items-center">
|
| 33 |
<div class="flex-shrink-0 flex items-center">
|
| 34 |
-
<img id="logo" src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-10 opacity-0">
|
| 35 |
-
|
| 36 |
</div>
|
| 37 |
<script>
|
| 38 |
document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
| 31 |
<div class="flex justify-between h-16">
|
| 32 |
<div class="flex items-center">
|
| 33 |
<div class="flex-shrink-0 flex items-center">
|
| 34 |
+
<img id="logo" src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-10 opacity-0 absolute top-4 right-4">
|
| 35 |
+
<span id="tagline" class="text-xs text-yellow-400 opacity-0 ml-2">Just list it, with perfection!</span>
|
| 36 |
</div>
|
| 37 |
<script>
|
| 38 |
document.addEventListener('DOMContentLoaded', () => {
|