-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
42 lines (38 loc) · 2.34 KB
/
index.html
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
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Bluefin | The Next Generation Linux Workstation</title>
<meta name="title" content="Bluefin">
<meta name="description" content="The next generation cloud-native Linux workstation, designed for reliability, performance, and sustainability.">
<meta name="keywords" content="linux, gnome, cloudnative, podman, docker">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="The Bluefin Project">
<meta name="theme-color" content="#4285f4">
<meta property="og:url" content="https://projectbluefin.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="Bluefin">
<meta property="og:description" content="The next generation cloud-native Linux workstation, designed for reliability, performance, and sustainability.">
<meta property="og:image" content="https://projectbluefin.io/meta.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="projectbluefin.io">
<meta property="twitter:url" content="https://projectbluefin.io/">
<meta name="twitter:title" content="Bluefin">
<meta name="twitter:description" content="The next generation cloud-native Linux workstation, designed for reliability, performance, and sustainability.">
<meta name="twitter:image" content="https://projectbluefin.io/meta.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<script type="text/javascript" src="https:///universal-blue.discourse.group/javascripts/embed-topics.js"></script>
<!-- Doesnt seem to even work anymore -->
<!-- <script async src="https://analytics.eu.umami.is/script.js" data-website-id="6f6ea63d-01c2-4539-b84b-fd455210ddcf"></script> -->
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>