Rinser/html/feeds.html

89 lines
3.3 KiB
HTML
Raw Normal View History

2015-07-27 12:49:21 +00:00
<!DOCTYPE html>
<html>
<head>
<title>
Feedmaster
</title>
<meta charset="UTF-8">
2015-07-27 12:49:21 +00:00
<meta name="description" content="">
<meta name="keywords" content="">
2015-08-21 12:26:28 +00:00
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>
2015-07-27 12:49:21 +00:00
<!-- CSS
-->
2015-08-07 12:48:37 +00:00
<link rel="stylesheet" href="css/mui.css">
2015-07-30 13:11:23 +00:00
<link rel="stylesheet" href="css/nprogress.css">
2015-07-27 12:49:21 +00:00
<style>
2015-08-21 12:14:07 +00:00
html {
2015-08-21 12:26:28 +00:00
font-family: 'Roboto Slab', serif !important;
2015-08-21 12:14:07 +00:00
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
2015-07-27 12:49:21 +00:00
.info {
border-bottom: 1px solid #bbbbbb;
padding-bottom:
}
.entry {
padding-bottom: 16px;
}
img {
max-width: 960px;
}
</style>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#9f00a7">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
2015-08-07 12:48:37 +00:00
<div class="mui-container">
<div class="mui-panel">
2015-07-27 13:43:28 +00:00
Last update: <span id="lastupdate">x</span>
2015-08-07 12:48:37 +00:00
<button id="refresh" class="mui-btn mui-btn-primary mui-btn-raised">Refresh</button>
2015-07-27 15:47:47 +00:00
<div id="list" class="u-full-width content"></div>
2015-07-27 13:43:28 +00:00
</div>
2015-07-27 12:49:21 +00:00
</div>
2015-07-27 13:24:20 +00:00
2015-08-07 12:48:37 +00:00
<div class="mui-container">
<div id="feedcontent" class="mui-panel">
</div>
2015-07-27 12:49:21 +00:00
</div>
2015-07-27 15:47:47 +00:00
<!-- <script type="text/javascript" src="js/zepto.js"></script>
2015-07-27 12:49:21 +00:00
<script type="text/javascript" src="js/moment.js"></script>
<script type="text/javascript" src="js/ejs.js"></script>-->
<script type="text/javascript" src="js/output.min.js"></script>
2015-07-30 15:51:53 +00:00
<script type="text/javascript" src="js/fx.js"></script>
<script type="text/javascript" src="js/fx_methods.js"></script>
<script type="text/javascript" src="js/zprogress.js"></script>
2015-08-07 12:48:37 +00:00
<script type="text/javascript" src="js/jquery.unveil.js"></script>
2015-07-30 13:11:23 +00:00
<script type="text/javascript" src="js/app.prod.js"></script>
2015-07-27 12:49:21 +00:00
</body>
</html>