Can you replace this block with a rectangle placeholder image 75px * 150px
Browse files- IntroPage.html +1 -1
- SignIn.html +1 -1
- SignUp.html +1 -1
- index.html +1 -1
IntroPage.html
CHANGED
|
@@ -156,7 +156,7 @@
|
|
| 156 |
<nav class="bg-white bg-opacity-90 backdrop-blur-sm shadow-sm py-4 px-6">
|
| 157 |
<div class="container mx-auto flex justify-between items-center">
|
| 158 |
<div class="flex items-center space-x-2">
|
| 159 |
-
<img src="
|
| 160 |
</div>
|
| 161 |
<div class="hidden md:flex space-x-8">
|
| 162 |
<a href="IntroPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|
|
|
|
| 156 |
<nav class="bg-white bg-opacity-90 backdrop-blur-sm shadow-sm py-4 px-6">
|
| 157 |
<div class="container mx-auto flex justify-between items-center">
|
| 158 |
<div class="flex items-center space-x-2">
|
| 159 |
+
<img src="http://static.photos/blue/150x75/1" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
|
| 160 |
</div>
|
| 161 |
<div class="hidden md:flex space-x-8">
|
| 162 |
<a href="IntroPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|
SignIn.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
<nav class="bg-white bg-opacity-90 backdrop-blur-sm shadow-sm py-4 px-6">
|
| 19 |
<div class="container mx-auto flex justify-between items-center">
|
| 20 |
<div class="flex items-center space-x-2">
|
| 21 |
-
<img src="
|
| 22 |
</div>
|
| 23 |
<div class="hidden md:flex space-x-8">
|
| 24 |
<a href="IntroPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|
|
|
|
| 18 |
<nav class="bg-white bg-opacity-90 backdrop-blur-sm shadow-sm py-4 px-6">
|
| 19 |
<div class="container mx-auto flex justify-between items-center">
|
| 20 |
<div class="flex items-center space-x-2">
|
| 21 |
+
<img src="http://static.photos/blue/150x75/1" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
|
| 22 |
</div>
|
| 23 |
<div class="hidden md:flex space-x-8">
|
| 24 |
<a href="IntroPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|
SignUp.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
<nav class="bg-white bg-opacity-90 backdrop-blur-sm shadow-sm py-4 px-6">
|
| 19 |
<div class="container mx-auto flex justify-between items-center">
|
| 20 |
<div class="flex items-center space-x-2">
|
| 21 |
-
<img src="
|
| 22 |
</div>
|
| 23 |
<div class="hidden md:flex space-x-8">
|
| 24 |
<a href="IntroPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|
|
|
|
| 18 |
<nav class="bg-white bg-opacity-90 backdrop-blur-sm shadow-sm py-4 px-6">
|
| 19 |
<div class="container mx-auto flex justify-between items-center">
|
| 20 |
<div class="flex items-center space-x-2">
|
| 21 |
+
<img src="http://static.photos/blue/150x75/1" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
|
| 22 |
</div>
|
| 23 |
<div class="hidden md:flex space-x-8">
|
| 24 |
<a href="IntroPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|
index.html
CHANGED
|
@@ -210,7 +210,7 @@
|
|
| 210 |
<nav class="bg-white bg-opacity-90 backdrop-blur-sm shadow-sm py-4 px-6">
|
| 211 |
<div class="container mx-auto flex justify-between items-center">
|
| 212 |
<div class="flex items-center space-x-2">
|
| 213 |
-
<img src="
|
| 214 |
</div>
|
| 215 |
<div class="hidden md:flex space-x-8">
|
| 216 |
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|
|
|
|
| 210 |
<nav class="bg-white bg-opacity-90 backdrop-blur-sm shadow-sm py-4 px-6">
|
| 211 |
<div class="container mx-auto flex justify-between items-center">
|
| 212 |
<div class="flex items-center space-x-2">
|
| 213 |
+
<img src="http://static.photos/blue/150x75/1" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
|
| 214 |
</div>
|
| 215 |
<div class="hidden md:flex space-x-8">
|
| 216 |
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|