131 lines
5.2 KiB
HTML
131 lines
5.2 KiB
HTML
<!doctype html>
|
|
<html manifest="pipes.appcache">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,300,700" rel="stylesheet" type="text/css">
|
|
<link rel="stylesheet" href="//cdn.linearicons.com/free/1.0.0/icon-font.min.css">
|
|
|
|
<!-- build:css -->
|
|
<link href="//cdn.muicss.com/mui-0.5.0/css/mui.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/app.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/md.css" rel="stylesheet" type="text/css" />
|
|
|
|
<style>
|
|
|
|
html {
|
|
font-family: 'Roboto Slab', serif !important;
|
|
/* 1 */
|
|
-ms-text-size-adjust: 100%;
|
|
/* 2 */
|
|
-webkit-text-size-adjust: 100%;
|
|
/* 2 */
|
|
}
|
|
.info {
|
|
border-bottom: 1px solid #bbbbbb;
|
|
padding-bottom:
|
|
}
|
|
|
|
.entry {
|
|
padding-bottom: 16px;
|
|
background-color: white;
|
|
}
|
|
|
|
img {
|
|
max-width: 960px;
|
|
}
|
|
</style>
|
|
<!-- endbuild -->
|
|
|
|
<!-- build:remote -->
|
|
<script src="//cdn.muicss.com/mui-0.5.0/js/mui.min.js"></script>
|
|
<script src="//code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
|
|
<script src="//cdn.rawgit.com/jprichardson/string.js/master/dist/string.min.js"></script>
|
|
<!-- endbuild -->
|
|
|
|
<!-- build:vendor -->
|
|
<script src="libs/microevent.js"></script>
|
|
<script src="js/moment.js"></script>
|
|
<script src="libs/ejs.js"></script>
|
|
<script src="libs/view.js"></script>
|
|
<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>
|
|
<script type="text/javascript" src="js/jquery.unveil.js"></script>
|
|
<!-- endbuild -->
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-touch-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-touch-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-touch-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-touch-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="icons/apple-touch-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-touch-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-touch-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-touch-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon-180x180.png">
|
|
<link rel="icon" type="image/png" href="icons/favicon-32x32.png" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="icons/favicon-194x194.png" sizes="194x194">
|
|
<link rel="icon" type="image/png" href="icons/favicon-96x96.png" sizes="96x96">
|
|
<link rel="icon" type="image/png" href="icons/android-chrome-192x192.png" sizes="192x192">
|
|
<link rel="icon" type="image/png" href="icons/favicon-16x16.png" sizes="16x16">
|
|
<link rel="manifest" href="icons/manifest.json">
|
|
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#ffc40d">
|
|
<meta name="msapplication-TileImage" content="icons/mstile-144x144.png">
|
|
<meta name="theme-color" content="#ffc40d">
|
|
<title>Pipes Silvtree</title>
|
|
</head>
|
|
<body>
|
|
<div id="sidedrawer" class="mui--no-user-select">
|
|
<div id="sidedrawer-brand" class="mui--appbar-line-height mui--text-title">Pipes</div>
|
|
<div class="mui-divider"></div>
|
|
<div id="functions" class="fnBlock">
|
|
<span id="fnRefresh" class="lnr lnr-sync"></span>
|
|
<span id="fnSearch" class="lnr lnr-magnifier"></span>
|
|
</div>
|
|
<div id='searchbox' class="mui-textfield" style="display: none;">
|
|
<input id='newsearch' type="text" placeholder="Search for..">
|
|
</div>
|
|
<div class="mui-divider"></div>
|
|
<div id="listContainer">
|
|
|
|
</div>
|
|
<div class="mui-divider"></div>
|
|
<div class="mui-textfield">
|
|
<span id="lastupdate"></span>
|
|
<!--<input id='newurl' type="text" placeholder="Add new url">
|
|
<div id="addstatus" style="display:none;">Adding...</div>-->
|
|
</div>
|
|
</div>
|
|
<header id="header">
|
|
<div class="mui-appbar mui--appbar-line-height">
|
|
<div class="mui-container-fluid">
|
|
<a class="sidedrawer-toggle mui--visible-xs-inline-block js-show-sidedrawer"><span class="lnr lnr-menu"></span></a>
|
|
<a class="sidedrawer-toggle mui--hidden-xs js-hide-sidedrawer "><span class="lnr lnr-menu"></span></a>
|
|
<span class="mui--text-title mui--visible-xs-inline-block">Pipes</span>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div id="content-wrapper">
|
|
<div class="mui--appbar-height"></div>
|
|
<!--<div class="mui-container-fluid" id="bodyContents" class="mui-panel">-->
|
|
<!-- content here -->
|
|
<div class="mui-container" id="bodyContents" class="mui-panel">
|
|
|
|
</div>
|
|
</div>
|
|
<footer id="footer">
|
|
<div class="mui-container-fluid">
|
|
<br>
|
|
Made with ♥ by Martin</a>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
<!-- build:js -->
|
|
|
|
<script src="js/shell.js"></script>
|
|
<script src="js/app.v3.js"></script>
|
|
<!-- endbuild -->
|
|
</html>
|