Files
greptweet/index.html
2011-11-21 07:59:39 +01:00

24 lines
448 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>Grepping twitter backup</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<input type="text" name="q" />
<div id="results"></div>
<p id="source"></p>
<p>Type a search query like <a href="?foo">foo</a></p>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script async src="/main.js"></script>
</body>
</html>