Spaces:
Running
Running
Commit
β’
c1b0fe7
1
Parent(s):
8f6e50c
finish the rebranding
Browse files- public/index.html +2 -2
public/index.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<html>
|
2 |
<head>
|
3 |
-
<title>
|
4 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.css" rel="stylesheet" type="text/css" />
|
5 |
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script>
|
6 |
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
|
@@ -20,7 +20,7 @@
|
|
20 |
? 'text-2xl md:text-3xl lg:text-4xl'
|
21 |
: 'text-2xl md:text-3xl lg:text-6xl'"
|
22 |
>
|
23 |
-
|
24 |
</h1>
|
25 |
<div
|
26 |
class="py-1 md:py-2 space-y-2 md:space-y-3 text-stone-600 transition-all delay-150 ease-in-out"
|
|
|
1 |
<html>
|
2 |
<head>
|
3 |
+
<title>AI App Factory π</title>
|
4 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.css" rel="stylesheet" type="text/css" />
|
5 |
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script>
|
6 |
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
|
|
|
20 |
? 'text-2xl md:text-3xl lg:text-4xl'
|
21 |
: 'text-2xl md:text-3xl lg:text-6xl'"
|
22 |
>
|
23 |
+
AI App Factory π
|
24 |
</h1>
|
25 |
<div
|
26 |
class="py-1 md:py-2 space-y-2 md:space-y-3 text-stone-600 transition-all delay-150 ease-in-out"
|