Files
greptweet/index.html
2011-11-13 18:52:16 +00:00

24 lines
499 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>Grepping twitter backup</title>
<link rel="stylesheet" type="text/css" href="/style.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script src="/main.js"></script>
</head>
<body>
<input type="text" name="q" />
<div id="results"></div>
<p id="source"></p>
<p>It's upto to YOU to save your text file. User archives maybe deleted at any time.</p>
</body>
</html>