mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
40 lines
1.0 KiB
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.0">
|
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css">
|
|
<link rel="icon" href="/favicon.ico">
|
|
</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 src="/jquery.js"></script>
|
|
<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>
|