-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontribute.html
More file actions
32 lines (32 loc) · 1.61 KB
/
Copy pathcontribute.html
File metadata and controls
32 lines (32 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#f8fafc" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#0f172a" media="(prefers-color-scheme: dark)" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="iAny — Contribute" />
<meta
name="description"
content="Help build the best open Khmer AI. Contribute your voice, Khmer text photos, or sign language — or use the open models, datasets and training recipes as an AI engineer."
/>
<meta property="og:title" content="iAny — Contribute & build open Khmer AI" />
<meta
property="og:description"
content="Contribute voice, photos or signs to open Khmer datasets, or build with the open Khmer models (Hugging Face). Open source, Apache-2.0."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://iany.app/contribute" />
<meta property="og:image" content="https://iany.app/og-image.png" />
<link rel="canonical" href="https://iany.app/contribute" />
<title>iAny — Contribute & build open Khmer AI</title>
</head>
<body>
<div id="contribute-root"></div>
<script type="module" src="/src/contribute.tsx"></script>
</body>
</html>