-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 2.23 KB
/
Copy pathindex.html
File metadata and controls
28 lines (27 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Reusable AI building blocks for global challenges across agriculture, language technology, climate action, energy, and more – built by our partners.">
<meta property="og:title" content="FAIR Forward - Catalog of Open Source AI Datasets, Models & AI Systems">
<meta property="og:description" content="Reusable AI building blocks for global challenges across agriculture, language technology, climate action, energy, and more – built by our partners.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://fair-forward.github.io/datasets/">
<meta property="og:image" content="https://fair-forward.github.io/datasets/img/fair_forward.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="FAIR Forward - Catalog of Open Source AI Datasets, Models & AI Systems">
<meta name="twitter:description" content="Reusable AI building blocks for global challenges across agriculture, language technology, climate action, energy, and more – built by our partners.">
<meta name="twitter:image" content="https://fair-forward.github.io/datasets/img/fair_forward.png">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com https://fonts.googleapis.com; img-src 'self' https: data:; connect-src 'self' https://cdn.jsdelivr.net; font-src 'self' https://cdnjs.cloudflare.com https://fonts.gstatic.com; frame-src 'none';">
<title>FAIR Forward - Catalog of Open Source AI Datasets, Models & AI Systems</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>