2016-10-03 14:44:27 +13:00
|
|
|
<html>
|
|
|
|
|
<head>
|
2017-02-09 15:54:01 +00:00
|
|
|
|
2016-10-05 09:17:09 +13:00
|
|
|
<title>Iris</title>
|
2017-02-09 15:54:01 +00:00
|
|
|
|
2016-10-03 14:44:27 +13:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
2016-11-03 18:22:26 +13:00
|
|
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
|
|
|
|
<meta name="mobile-web-app-capable" content="yes" >
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
<meta name="theme-color" content="#222222" />
|
2017-05-18 08:35:57 +12:00
|
|
|
<meta name="viewport" content="width=device-width">
|
2016-11-03 18:22:26 +13:00
|
|
|
|
2017-02-09 15:54:01 +00:00
|
|
|
<link rel="shortcut icon" type="image/ico" href="/iris/assets/favicon.ico" />
|
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="/iris/assets/favicon.ico" />
|
|
|
|
|
<link rel="shortcut-icon" href="/iris/assets/favicon.ico" />
|
2016-10-05 09:17:09 +13:00
|
|
|
|
2017-07-28 09:56:00 +12:00
|
|
|
<link href="//fonts.googleapis.com/css?family=Overpass:400,400i,600,700,800" rel="stylesheet">
|
2016-12-21 15:24:07 +13:00
|
|
|
<link href="/iris/app.css" rel="stylesheet" />
|
2016-10-03 14:44:27 +13:00
|
|
|
|
2017-03-28 21:36:14 +13:00
|
|
|
<link rel="manifest" href="/iris/assets/manifest.json">
|
2017-03-27 05:41:19 +13:00
|
|
|
|
2016-10-03 14:44:27 +13:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2017-02-09 15:54:01 +00:00
|
|
|
|
2016-10-03 14:44:27 +13:00
|
|
|
<div id="app">
|
|
|
|
|
<!-- ReactJS application here -->
|
|
|
|
|
</div>
|
2017-02-09 15:54:01 +00:00
|
|
|
|
2016-10-03 14:44:27 +13:00
|
|
|
</body>
|
2017-02-09 15:54:01 +00:00
|
|
|
|
2016-12-21 15:24:07 +13:00
|
|
|
<script type="text/javascript" src="/iris/app.js"></script>
|
2016-10-03 14:44:27 +13:00
|
|
|
|
2017-02-09 15:54:01 +00:00
|
|
|
</html>
|