mirror of
https://github.com/danbee/tube-status-server
synced 2025-03-04 08:39:12 +00:00
56 lines
1.7 KiB
HTML
56 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" charset="utf-8">
|
|
<head>
|
|
<title>Tube Status</title>
|
|
<meta name="viewport" content="initial-scale=1">
|
|
<meta content="yes" name="apple-mobile-web-app-capable">
|
|
<link rel="stylesheet" href="stylesheets/main.css" />
|
|
<script type="text/javascript" charset="utf-8" src="javascripts/libs/cordova-2.2.0.js"></script>
|
|
<script src="javascripts/libs/TabBar.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="javascripts/libs/NavigationBar.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="javascripts/libs/require.js" data-main="javascripts/main"></script>
|
|
|
|
<!-- iPhone -->
|
|
<link href="/images/apple-touch-icon-57x57.png"
|
|
sizes="57x57"
|
|
rel="apple-touch-icon">
|
|
<link href="/images/apple-touch-startup-image-320x460.png"
|
|
media="(device-width: 320px) and (device-height: 480px)
|
|
and (-webkit-device-pixel-ratio: 1)"
|
|
rel="apple-touch-startup-image">
|
|
|
|
<!-- iPhone (Retina) -->
|
|
<link href="/images/apple-touch-icon-114x114.png"
|
|
sizes="114x114"
|
|
rel="apple-touch-icon">
|
|
<link href="/images/apple-touch-startup-image-640x920.png"
|
|
media="(device-width: 320px) and (device-height: 480px)
|
|
and (-webkit-device-pixel-ratio: 2)"
|
|
rel="apple-touch-startup-image">
|
|
|
|
<!-- iPhone 5 -->
|
|
<link href="/images/apple-touch-startup-image-640x1096.png"
|
|
media="(device-width: 320px) and (device-height: 568px)
|
|
and (-webkit-device-pixel-ratio: 2)"
|
|
rel="apple-touch-startup-image">
|
|
|
|
</head>
|
|
|
|
<body class="loading">
|
|
|
|
<div id="page" role="page">
|
|
|
|
<section role="main">
|
|
<ul id="line-list" class="main-list" role="list">
|
|
</ul>
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div id="loader">
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|