-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 2.06 KB
/
index.html
File metadata and controls
39 lines (35 loc) · 2.06 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
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/tux.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="DistroFinder helps you discover and compare Linux distributions to find the best distro for your use case, experience level, and preferences." />
<meta name="keywords" content="linux distributions, distro finder, find your distro, linux distro, choose linux, ubuntu, fedora, arch, mint" />
<meta name="author" content="DistroFinder" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="DistroFinder — Find Your Linux Distribution" />
<meta property="og:description" content="Discover and compare Linux distributions to find the one that fits your use case and experience level." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/tux.svg" />
<meta property="og:url" content="/" />
<meta property="og:site_name" content="DistroFinder" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DistroFinder — Find Your Linux Distribution" />
<meta name="twitter:description" content="Discover and compare Linux distributions to find the one that fits your use case and experience level." />
<meta name="twitter:image" content="/tux.svg" />
<meta name="apple-mobile-web-app-title" content="DistroFinder" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="DistroFinder" />
<meta name="msapplication-TileColor" content="#161a20" />
<meta name="msapplication-TileImage" content="/tux.svg" />
<meta name="theme-color" content="#161a20" />
<title>DistroFinder</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>