-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (22 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gatsby Labs</title>
<meta name="description" content="Gatsby Labs Open Source">
<meta name="author" content="Gatsby Labs">
<meta property="og:title" content="Gatsby Labs Open Source">
<meta property="og:type" content="website">
<meta property="og:url" content="https://gatsbylabs.github.io">
<meta property="og:description" content="Gatsby Labs Open Source">
<meta property="og:image" content="https://gatsby.events/website/assets/logo.svg">
<link rel="apple-touch-icon" sizes="180x180" href="https://gatsby.events/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://gatsby.events/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://gatsby.events/favicon-16x16.png">
<link rel="shortcut icon" href="https://gatsby.events/favicon-16x16.png">
</head>
<body>
<h1><a href="https://gatsby.events">Gatsby Labs</a></h1>
</body>
</html>