first commit

This commit is contained in:
Kai Hendry
2011-11-04 23:55:16 +01:00
commit 7fb4cf145c
13 changed files with 783 additions and 0 deletions

23
index.html Normal file
View File

@@ -0,0 +1,23 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>Grepping twitter backup</title>
<link rel="stylesheet" type="text/css" href="/style.css">
<script src="/jquery.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>