Files
Iris/src/index.html

34 lines
976 B
HTML
Raw Normal View History

2016-10-03 14:44:27 +13:00
<html>
<head>
2017-02-09 15:54:01 +00: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" />
<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" />
<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
<link rel="manifest" href="/iris/assets/manifest.json">
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>