mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-22 13:01:06 -05:00
60 lines
1.5 KiB
Plaintext
60 lines
1.5 KiB
Plaintext
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>GrepTweet</title>
|
|
<meta content="width=device-width, initial-scale=1,maximum-scale=1.0;" name=viewport>
|
|
<link rel="stylesheet" href="/bootstrap/docs/assets/css/bootstrap.css">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
|
<script src="/bootstrap/js/bootstrap-button.js"></script>
|
|
<script src="index.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div class="content">
|
|
<div class="page-header">
|
|
<h1><a href="http://twitter.com/greptweet">@Greptweet</a> <small>you can search your tweets</small></h1>
|
|
</div>
|
|
|
|
<form name="f" action="create.cgi" method="get">
|
|
|
|
<div class="well">
|
|
|
|
<div class="clearfix">
|
|
<label for="username">Twitter username</label>
|
|
<div class="input">
|
|
<input class="xlarge" id="username" type="text" name="id" size="16" required placeholder="kaihendry">
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<label class="checkbox">
|
|
<input type="checkbox" name="o">Fetch older tweets, instead of newer tweets when updating
|
|
</label>
|
|
|
|
|
|
<button class="btn btn-large btn-primary" id="b" data-loading-text="Fetching tweets..." onclick="submitPressed()">Fetch tweets</button>
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<p><span class="label label-success">New</span> Try <a href="http://grepbook.co.uk/">Grepbook</a> for grepping Facebook</p>
|
|
|
|
<h3>Greppable tweeters</h3>
|
|
|
|
<!--#include virtual="users.shtml" -->
|
|
|
|
<footer>
|
|
<p>Please <a href="https://github.com/kaihendry/Greptweet">contribute to the source on Github</a> :)</p>
|
|
</footer>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|