-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.35 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" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name='description' content="Simple Retro is a user-friendly website designed to facilitate Scrum Retrospective meetings." />
<meta name='theme-color' content='#181818' />
<meta
name='keywords'
content='scrum, retrospective, retro, agile, simple-retro, simple retro'
/>
<meta property='og:title' content="Simple Retro" />
<meta property='og:type' content='website' />
<meta property='og:url' content="https://simple-retro.ephemeral.dev.br" />
<meta property='og:ttl' content='600' />
<meta property='og:image' content='https://simple-retro.ephemeral.dev.br/logo.png' />
<meta property='og:image:secure_url' content='https://simple-retro.ephemeral.dev.br/logo.png' />
<meta property='og:image:width' content='360' />
<meta property='og:image:type' content='image/png' />
<meta property='og:site_name' content='Simple Retro' />
<meta property='og:description' content="Simple Retro is a user-friendly website designed to facilitate Scrum Retrospective meetings." />
<title>Simple Retro</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>