Spaces:
Running
Running
ui: add GitHub repo link and links to sibling Lynote spaces
Browse files- index.html +12 -0
index.html
CHANGED
|
@@ -48,6 +48,11 @@
|
|
| 48 |
details p { color:var(--muted); font-size:14.5px; margin-top:8px; }
|
| 49 |
.cta { display:inline-block; background:linear-gradient(90deg,var(--accent),var(--accent2)); color:#fff; font-size:17px; font-weight:600; padding:14px 30px; border-radius:12px; text-decoration:none; margin:36px 0 8px; }
|
| 50 |
.cta:hover { opacity:.9; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
.note { font-size:13.5px; color:var(--muted); margin-top:24px; max-width:760px; }
|
| 52 |
</style>
|
| 53 |
</head>
|
|
@@ -66,6 +71,13 @@
|
|
| 66 |
Humanize AI Text for Free →
|
| 67 |
</a>
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
<div class="stats">
|
| 70 |
<div class="stat"><b>10M+</b><span>Words Humanized</span></div>
|
| 71 |
<div class="stat"><b>99%</b><span>AI-Detector Pass Rate</span></div>
|
|
|
|
| 48 |
details p { color:var(--muted); font-size:14.5px; margin-top:8px; }
|
| 49 |
.cta { display:inline-block; background:linear-gradient(90deg,var(--accent),var(--accent2)); color:#fff; font-size:17px; font-weight:600; padding:14px 30px; border-radius:12px; text-decoration:none; margin:36px 0 8px; }
|
| 50 |
.cta:hover { opacity:.9; }
|
| 51 |
+
.links-label { font-size:12px; color:var(--muted); letter-spacing:1.5px; text-transform:uppercase; margin-top:36px; }
|
| 52 |
+
.links { display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top:10px; }
|
| 53 |
+
.chip { font-size:14px; padding:8px 18px; border-radius:999px; border:1px solid var(--line); color:var(--fg); text-decoration:none; background:var(--card); }
|
| 54 |
+
.chip b { color:var(--accent2); }
|
| 55 |
+
.chip:hover { border-color:var(--accent); color:#fff; }
|
| 56 |
.note { font-size:13.5px; color:var(--muted); margin-top:24px; max-width:760px; }
|
| 57 |
</style>
|
| 58 |
</head>
|
|
|
|
| 71 |
Humanize AI Text for Free →
|
| 72 |
</a>
|
| 73 |
|
| 74 |
+
<div class="links-label">Free Lynote tools · open source</div>
|
| 75 |
+
<div class="links">
|
| 76 |
+
<a class="chip" href="https://github.com/lynote-ai/humanize-text" target="_blank" rel="noopener"><b>GitHub</b> — lynote-ai/humanize-text</a>
|
| 77 |
+
<a class="chip" href="https://huggingface.co/spaces/Lynote/free-ai-detector" target="_blank" rel="noopener">Free AI Detector →</a>
|
| 78 |
+
<a class="chip" href="https://huggingface.co/spaces/Lynote/free-ai-image-detector" target="_blank" rel="noopener">Free AI Image Detector →</a>
|
| 79 |
+
</div>
|
| 80 |
+
|
| 81 |
<div class="stats">
|
| 82 |
<div class="stat"><b>10M+</b><span>Words Humanized</span></div>
|
| 83 |
<div class="stat"><b>99%</b><span>AI-Detector Pass Rate</span></div>
|