Files
Iris/src/index.html

30 lines
861 B
HTML
Raw Normal View History

2016-10-03 14:44:27 +13:00
<html>
<head>
<title>Iris</title>
2016-11-03 18:22:26 +13: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" />
<link rel="shortcut icon" type="image/ico" href="/assets/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico" />
<link rel="shortcut-icon" href="/assets/favicon.ico" />
2016-12-21 15:24:07 +13:00
<link href="//fonts.googleapis.com/css?family=Archivo+Narrow:300,300i,400,400i,700" rel="stylesheet">
<link href="/iris/app.css" rel="stylesheet" />
2016-10-03 14:44:27 +13:00
</head>
<body>
<div id="app">
<!-- ReactJS application here -->
</div>
</body>
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
</html>