Files
Iris/mopidy_iris/static/index.html
James Barnsley 6cee0a9daf Slider; Queue
2016-11-03 18:22:26 +13:00

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>