-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (42 loc) · 1.68 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
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="default-style" content="Default stylesheet" />
<meta name="author" content="Colab contributors" />
<meta name="description" content="Colab..." />
<meta name="theme-color" content="#eee" />
<meta name="color-scheme" content="only light" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="creator" content="?" />
<meta name="publisher" content="?" />
<link rel="alternate" href="https://github.com/colab-at/website" />
<link rel="alternate" href="https://github.com/colab-at/colab" />
<link rel="author" href="..." />
<link rel="help" href="documentation" />
<!--icon-->
<link
rel="licence"
href="https://creativecommons.org/licenses/by/4.0/"
/>
<link rel="manifest" href="manifest.webmanifest" />
<!--pingback,search-->
<link rel="search" href="search" />
<meta property="og:title" content="Colab" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://colab.at" />
<meta property="og:image" content="..." />
<meta property="og:description" content="..." />
<meta property="og:site_name" content="Colab" />
<title>Colab</title>
<link
rel="stylesheet"
blocking="render"
href="styles.css"
title="Default stylesheet"
fetchpriority="high"
/>
<script type="module" src="scripts/log-source.js"></script>
</head>
<body></body>
</html>