Files
greptweet/www/index.html

40 lines
1.0 KiB
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 rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css">
<script src="/jquery.js"></script>
</head>
<body>
<div class="container">
<div class="content">
<ul class="breadcrumb">
<li><a id="home" href="/">Home</a> </li>
<li id="name" class="active">You are here</li>
</ul>
<div class="well">
<input type="search" spellcheck="false" class="search-query form-control">
<button type="submit" class="btn btn-primary btn-lg"><i class="glyphicon glyphicon-search"></i> Greptweet</button>
</div>
<div id="results"></div>
<script async src="/main.js"></script>
<footer><span id="source"></span>
<p>Sponsored by <a href="http://webconverger.com">Webconverger who provide foolproof Web kiosk software</a></p>
</footer>
</div>
</div>
</body>
</html>