mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
24 lines
446 B
HTML
24 lines
446 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="/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>
|