-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
30 lines (30 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Elm Batteries Included!</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta
name="description"
content="Elm + parcel + tailwind + cypress + netlify and more!"
/>
<meta
property="og:url"
content="https://github.com/cedricss/elm-batteries"
/>
<meta property="og:title" content="Elm Batteries Included!" />
<meta property="og:type" content="article" />
<meta
property="og:description"
content="Elm + parcel + tailwind + cypress + netlify and more!"
/>
<meta property="og:image" content="/img/content_preview.jpg" />
<meta property="og:site_name" content="Elm Batteries Included!" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CedricSoulas" />
<meta name="twitter:creator" content="@CedricSoulas" />
<meta name="twitter:image:alt" content="Elm Batteries demo page" />
<script async src="./index.js"></script>
</head>
<body></body>
</html>