Spaces:
Sleeping
Sleeping
Commit
·
335e1bd
1
Parent(s):
3d4bfae
Add producthunt tag
Browse files- app/static/index.html +5 -0
- app/static/login.html +6 -0
app/static/index.html
CHANGED
|
@@ -40,6 +40,11 @@
|
|
| 40 |
</div>
|
| 41 |
|
| 42 |
<nav class="flex items-center space-x-6">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
<a href="https://arcana.ad/" class="text-gray-600 hover:text-gray-900 font-medium">Home</a>
|
| 44 |
<button id="logout-button" class="text-gray-600 hover:text-gray-900 font-medium">Logout</button>
|
| 45 |
</nav>
|
|
|
|
| 40 |
</div>
|
| 41 |
|
| 42 |
<nav class="flex items-center space-x-6">
|
| 43 |
+
<a href="https://www.producthunt.com/posts/arcana-2?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-arcana-2"
|
| 44 |
+
target="_blank"><img
|
| 45 |
+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=946508&theme=light&t=1743029566204"
|
| 46 |
+
alt="Arcana - AI-Powered Monetization: Native GenAI Ads for GenAI apps | Product Hunt"
|
| 47 |
+
style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
| 48 |
<a href="https://arcana.ad/" class="text-gray-600 hover:text-gray-900 font-medium">Home</a>
|
| 49 |
<button id="logout-button" class="text-gray-600 hover:text-gray-900 font-medium">Logout</button>
|
| 50 |
</nav>
|
app/static/login.html
CHANGED
|
@@ -39,6 +39,12 @@
|
|
| 39 |
</div>
|
| 40 |
|
| 41 |
<nav class="flex items-center space-x-6">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
<a href="https://arcana.ad/" class="text-gray-600 hover:text-gray-900 font-medium">Home</a>
|
| 43 |
</nav>
|
| 44 |
</div>
|
|
|
|
| 39 |
</div>
|
| 40 |
|
| 41 |
<nav class="flex items-center space-x-6">
|
| 42 |
+
<a href="https://www.producthunt.com/posts/arcana-2?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-arcana-2"
|
| 43 |
+
target="_blank"><img
|
| 44 |
+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=946508&theme=light&t=1743029566204"
|
| 45 |
+
alt="Arcana - AI-Powered Monetization: Native GenAI Ads for GenAI apps | Product Hunt"
|
| 46 |
+
style="width: 250px; height: 54px;" width="250" height="54" />
|
| 47 |
+
</a>
|
| 48 |
<a href="https://arcana.ad/" class="text-gray-600 hover:text-gray-900 font-medium">Home</a>
|
| 49 |
</nav>
|
| 50 |
</div>
|