mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-22 04:51:05 -05:00
40 lines
939 B
HTML
40 lines
939 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Grepping twitter backup</title>
|
|
<meta content="width=device-width, initial-scale=1,maximum-scale=1.0;" name=viewport>
|
|
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<div class="content">
|
|
|
|
<ul class="breadcrumb">
|
|
<li><a href="/">Home</a> <span class="divider">/</span></li>
|
|
<li id="name" class="active">You are here</li>
|
|
</ul>
|
|
|
|
<input type="search" name="q" class="xlarge" />
|
|
<button class="btn primary">Greptweet</button>
|
|
|
|
<div id="results"></div>
|
|
|
|
|
|
<p class="help-inline">Type a search query like <a href="?foo">foo</a></p>
|
|
|
|
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
|
<script async src="/main.js"></script>
|
|
|
|
<footer><span id="source"></span></footer>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|