-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.96 KB
/
Copy pathindex.html
File metadata and controls
29 lines (29 loc) · 1.96 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='10' fill='%230078D4'/><text y='70' x='50' text-anchor='middle' font-size='60'>☕</text></svg>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="description" content="Explore ontologies through interactive graphs, RDF tooling, and hands-on learning paths." />
<meta name="theme-color" content="#0078D4" />
<meta property="og:title" content="Ontology Playground (Preview)" />
<meta property="og:description" content="Learn ontology concepts with interactive graphs, relationships, RDF import/export, and curated examples." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://microsoft.github.io/Ontology-Playground/" />
<meta property="og:image" content="https://microsoft.github.io/Ontology-Playground/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Ontology Playground (Preview)" />
<meta name="twitter:description" content="Learn ontology concepts with interactive graphs, relationships, RDF import/export, and curated examples." />
<meta name="twitter:image" content="https://microsoft.github.io/Ontology-Playground/og-image.png" />
<title>Ontology Playground (Preview) | Interactive Ontology Explorer</title>
<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=Cascadia+Code&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>