Spaces:
Sleeping
Sleeping
Upload index.html with huggingface_hub
Browse files- index.html +2 -5
index.html
CHANGED
|
@@ -10,11 +10,7 @@
|
|
| 10 |
<!-- Top Navigation -->
|
| 11 |
<nav class="top-nav">
|
| 12 |
<div class="nav-left">
|
| 13 |
-
<a href="#" class="logo">
|
| 14 |
-
<svg viewBox="0 0 24 24" fill="currentColor">
|
| 15 |
-
<path d="M12 2L2 19.5h20L12 2z"/>
|
| 16 |
-
</svg>
|
| 17 |
-
</a>
|
| 18 |
<div class="nav-links">
|
| 19 |
<button class="nav-link dropdown">
|
| 20 |
Templates
|
|
@@ -45,6 +41,7 @@
|
|
| 45 |
<main class="main-container">
|
| 46 |
<!-- Hero Section -->
|
| 47 |
<section class="hero">
|
|
|
|
| 48 |
<h1 class="hero-title">What do you want to create?</h1>
|
| 49 |
<p class="hero-subtitle">Start building with a single prompt. No coding needed.</p>
|
| 50 |
|
|
|
|
| 10 |
<!-- Top Navigation -->
|
| 11 |
<nav class="top-nav">
|
| 12 |
<div class="nav-left">
|
| 13 |
+
<a href="#" class="logo">v0</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
<div class="nav-links">
|
| 15 |
<button class="nav-link dropdown">
|
| 16 |
Templates
|
|
|
|
| 41 |
<main class="main-container">
|
| 42 |
<!-- Hero Section -->
|
| 43 |
<section class="hero">
|
| 44 |
+
<div class="hero-watermark">v0</div>
|
| 45 |
<h1 class="hero-title">What do you want to create?</h1>
|
| 46 |
<p class="hero-subtitle">Start building with a single prompt. No coding needed.</p>
|
| 47 |
|