mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-23 05:21:06 -05:00
move to event source for showing feedback may be
This commit is contained in:
46
index.html
46
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user