Lynote commited on
Commit
1a46b2a
·
verified ·
1 Parent(s): 060022c

ui: add GitHub repo link and links to sibling Lynote spaces

Browse files
Files changed (1) hide show
  1. index.html +12 -0
index.html CHANGED
@@ -44,6 +44,11 @@
44
  details p { color:var(--muted); font-size:14.5px; margin-top:8px; }
45
  .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; }
46
  .cta:hover { opacity:.9; }
 
 
 
 
 
47
  .note { font-size:13.5px; color:var(--muted); margin-top:24px; max-width:780px; }
48
  </style>
49
  </head>
@@ -63,6 +68,13 @@
63
  Detect AI Images for Free →
64
  </a>
65
 
 
 
 
 
 
 
 
66
  <div class="stats">
67
  <div class="stat"><b>350K+</b><span>Scans Performed Monthly</span></div>
68
  <div class="stat"><b>99%</b><span>Detection Accuracy</span></div>
 
44
  details p { color:var(--muted); font-size:14.5px; margin-top:8px; }
45
  .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; }
46
  .cta:hover { opacity:.9; }
47
+ .links-label { font-size:12px; color:var(--muted); letter-spacing:1.5px; text-transform:uppercase; margin-top:36px; }
48
+ .links { display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top:10px; }
49
+ .chip { font-size:14px; padding:8px 18px; border-radius:999px; border:1px solid var(--line); color:var(--fg); text-decoration:none; background:var(--card); }
50
+ .chip b { color:var(--accent2); }
51
+ .chip:hover { border-color:var(--accent); color:#fff; }
52
  .note { font-size:13.5px; color:var(--muted); margin-top:24px; max-width:780px; }
53
  </style>
54
  </head>
 
68
  Detect AI Images for Free →
69
  </a>
70
 
71
+ <div class="links-label">Free Lynote tools · open source</div>
72
+ <div class="links">
73
+ <a class="chip" href="https://github.com/lynote-ai/ai-image-detector" target="_blank" rel="noopener"><b>GitHub</b> — lynote-ai/ai-image-detector</a>
74
+ <a class="chip" href="https://huggingface.co/spaces/Lynote/free-ai-detector" target="_blank" rel="noopener">Free AI Detector →</a>
75
+ <a class="chip" href="https://huggingface.co/spaces/Lynote/free-ai-humanizer" target="_blank" rel="noopener">Free AI Humanizer →</a>
76
+ </div>
77
+
78
  <div class="stats">
79
  <div class="stat"><b>350K+</b><span>Scans Performed Monthly</span></div>
80
  <div class="stat"><b>99%</b><span>Detection Accuracy</span></div>