mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
38 lines
933 B
HTML
38 lines
933 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">
|
|
<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>
|