Files
greptweet/www/index.html
2015-10-02 19:04:35 +08:00

35 lines
861 B
HTML

<!DOCTYPE HTML>
<html manifest="greptweet.appcache">
<head>
<meta charset="utf-8">
<title>Grepping twitter backup</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<link href="/style.css" rel="stylesheet">
<script src="/jquery.js"></script>
<link rel="icon" type="image/svg+xml" href="/icons/greptweet_birdie.svg">
</head>
<body>
<ul class="breadcrumb">
<li><a id="home" href="/">Home</a></li>
<li id="name" class="active">You are here</li>
</ul>
<input type="search" spellcheck="false" autofocus>
<button type="submit">Greptweet</button>
<div id="results"></div>
<script async src="/main.js"></script>
<ul id="source"></ul>
<footer>
<p>Sponsored by <a href="http://webconverger.com">Webconverger who provide foolproof Web kiosk software</a></p>
</footer>
</body>
</html>