mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 12:41:04 -05:00
24 lines
448 B
HTML
24 lines
448 B
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>
|