ilangai commited on
Commit
89ac7aa
·
verified ·
1 Parent(s): a4aadcd

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +24 -0
index.html ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <title>I-Lang — The language AI speaks when humans aren't listening.</title>
7
+ <meta http-equiv="refresh" content="0; url=https://huggingface.co/i-Lang">
8
+ <link rel="canonical" href="https://huggingface.co/i-Lang">
9
+ <style>
10
+ html,body{margin:0;height:100%;background:#0b0f1a;color:#d4a858;
11
+ font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
12
+ display:grid;place-items:center;text-align:center;padding:24px}
13
+ a{color:#f5dea0}
14
+ .mono{font-family:'JetBrains Mono',Menlo,monospace;font-size:13px;opacity:.7;margin-top:18px}
15
+ </style>
16
+ </head>
17
+ <body>
18
+ <div>
19
+ <h1 style="letter-spacing:-.02em;margin:0 0 8px">I-Lang</h1>
20
+ <p style="margin:0;opacity:.8">The language AI speaks when humans aren't listening.</p>
21
+ <p class="mono">[REDIRECT:@HF]=&gt;<a href="https://huggingface.co/i-Lang">huggingface.co/i-Lang</a></p>
22
+ </div>
23
+ </body>
24
+ </html>