-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 992 Bytes
/
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>
<title>llamadoro</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"
content="Improve your fitness while you work. With llamas!"
/>
<meta
property="og:url"
content="https://github.com/tennety/llamadoro"
/>
<meta property="og:title" content="llamadoro" />
<meta property="og:type" content="app" />
<meta
property="og:description"
content="Improve your fitness while you work. With llamas!"
/>
<meta property="og:image" content="/img/icon.png" />
<meta property="og:site_name" content="llamadoro" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@tennety" />
<meta name="twitter:creator" content="@tennety" />
<meta name="twitter:image:alt" content="Fitness with llamas" />
<script async src="./index.js"></script>
</head>
<body></body>
</html>