mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-23 21:41:06 -05:00
first commit
This commit is contained in:
23
index.html
Normal file
23
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user