2019-11-28 14:56:39 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2019-11-28 16:19:32 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
|
|
/>
|
|
|
|
<meta name="theme-color" content="#000000" />
|
2019-11-28 14:56:39 +01:00
|
|
|
<!--
|
|
|
|
manifest.json provides metadata used when your web app is added to the
|
|
|
|
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
|
|
|
-->
|
2019-11-28 16:19:32 +01:00
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
2019-11-28 14:56:39 +01:00
|
|
|
<title>Elm App</title>
|
2019-11-28 16:19:32 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-11-28 14:56:39 +01:00
|
|
|
<noscript>
|
2019-11-28 16:19:32 +01:00
|
|
|
You need to enable JavaScript to run this app.
|
2019-11-28 14:56:39 +01:00
|
|
|
</noscript>
|
|
|
|
<div id="root"></div>
|
2019-11-28 16:19:32 +01:00
|
|
|
</body>
|
2019-11-28 14:56:39 +01:00
|
|
|
</html>
|