21 lines
404 B
HTML
21 lines
404 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
|
||
|
|
<title>Iris</title>
|
||
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
|
|
||
|
|
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow:300,400,700" rel="stylesheet">
|
||
|
|
<link href="/app.css" rel="stylesheet" />
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<div id="app">
|
||
|
|
<!-- ReactJS application here -->
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
|
||
|
|
<script type="text/javascript" src="/app.js"></script>
|
||
|
|
|
||
|
|
</html>
|