Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -10,12 +10,15 @@
|
|
10 |
.shadow-box { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }
|
11 |
.accent-bg { background: linear-gradient(90deg, #3b82f6, #10b981); }
|
12 |
</style>
|
|
|
|
|
|
|
13 |
</head>
|
14 |
<body class="bg-gray-900 text-gray-100 min-h-screen">
|
15 |
<header class="accent-bg text-white py-6 sticky top-0 z-10 shadow-box">
|
16 |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center justify-between">
|
17 |
<div class="flex items-center mb-4 md:mb-0">
|
18 |
-
<img src="https://
|
19 |
<h1 class="text-2xl md:text-3xl font-bold">GhostAI: Secure Web3 Payment Platform</h1>
|
20 |
</div>
|
21 |
<nav class="flex flex-col md:flex-row space-y-2 md:space-y-0 md:space-x-4">
|
|
|
10 |
.shadow-box { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }
|
11 |
.accent-bg { background: linear-gradient(90deg, #3b82f6, #10b981); }
|
12 |
</style>
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
</head>
|
17 |
<body class="bg-gray-900 text-gray-100 min-h-screen">
|
18 |
<header class="accent-bg text-white py-6 sticky top-0 z-10 shadow-box">
|
19 |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center justify-between">
|
20 |
<div class="flex items-center mb-4 md:mb-0">
|
21 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/IcBvyuU6-H7IRTOoOhahf.png" alt="GhostAI Logo" class="w-12 h-12 mr-3">
|
22 |
<h1 class="text-2xl md:text-3xl font-bold">GhostAI: Secure Web3 Payment Platform</h1>
|
23 |
</div>
|
24 |
<nav class="flex flex-col md:flex-row space-y-2 md:space-y-0 md:space-x-4">
|