move to event source for showing feedback may be

This commit is contained in:
Kai Hendry
2011-11-21 07:59:39 +01:00
parent 56f60d44b7
commit 64c5b9c836
2 changed files with 27 additions and 67 deletions

View File

@@ -1,23 +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="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>
<!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>