76 lines
2.3 KiB
HTML
76 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Train Times</title>
|
|
<link href="fonts/fonts.css" rel="stylesheet">
|
|
<link href="fonts/gotham.css" rel="stylesheet">
|
|
<link href="fonts/fujicons.css" rel="stylesheet" type="text/css"/>
|
|
<link href="css/mui.custom.css" rel="stylesheet" type="text/css"/>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="apple-mobile-web-app-title" content="Train Times">
|
|
<meta name="application-name" content="Train Times">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<link href="css/style.min.css" rel="stylesheet" type="text/css"/>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="_hero" style="
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
"></div>
|
|
<div class="appPanel" data-id="main">
|
|
<header id="header">
|
|
<div class="mui-appbar mui--appbar-line-height mui--z2">
|
|
<div class='mui-col-xs-8 mui-col-md-8 mui--appbar-height titleBar'>Train Times</div>
|
|
<div class='mui-col-xs-4 mui-col-md-4 mui--appbar-height'></div>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="mui--appbar-height"></div>
|
|
<div class="mui-container">
|
|
<div class="app"></div>
|
|
<div id="trains" ></div>
|
|
|
|
<!--<div id='trainResults' class="mui--hide"></div>-->
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div id="snackbar">⚡ Offline, waiting to reconnect...</div>
|
|
|
|
|
|
<script type="text/template" id="modal-template">
|
|
<!--<div class="bbm-modal__topbar">
|
|
<h3 class="bbm-modal__title">Backbone.Modal</h3>
|
|
</div>-->
|
|
<div class="bbm-modal__section" id="modalContent">
|
|
|
|
</div>
|
|
<div class="bbm-modal__bottombar">
|
|
<a href="#" class="bbm-button">close</a>
|
|
</div>
|
|
</script>
|
|
|
|
|
|
<!--<script src="//cdn.muicss.com/mui-0.9.26/js/mui.min.js"></script>-->
|
|
<script src="js/vendor.js" async></script>
|
|
<script src="js/bundle.js" async></script>
|
|
</body>
|
|
|
|
</html>
|
|
|