30 lines
883 B
HTML
Executable File
30 lines
883 B
HTML
Executable File
<html>
|
|
<head>
|
|
|
|
<title>Iris</title>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scaleable=no" 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" />
|
|
|
|
<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> |