mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 12:41:04 -05:00
Not using git submodule any more, hence some paths needed to change Update Jquery to 1.9.1
41 lines
1.0 KiB
HTML
41 lines
1.0 KiB
HTML
<!DOCTYPE HTML>
|
|
<html manifest="greptweet.appcache">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Grepping twitter backup</title>
|
|
<meta content="width=device-width, initial-scale=1,maximum-scale=1.0;" name=viewport>
|
|
<link rel="icon" href="/favicon.ico">
|
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<div class="content">
|
|
|
|
<ul class="breadcrumb">
|
|
<li><a id="home" href="/">Home</a> <span class="divider">/</span></li>
|
|
<li id="name" class="active">You are here</li>
|
|
</ul>
|
|
|
|
<div class="well">
|
|
<input type="search" class="input-medium search-query">
|
|
<button type="submit" class="btn btn-large btn-primary"><i class="icon-search"></i> Greptweet</button>
|
|
</div>
|
|
|
|
<div id="results"></div>
|
|
|
|
<script src="/jquery.js"></script>
|
|
<script async src="/main.js"></script>
|
|
|
|
<footer><span id="source"></span>
|
|
<p>Sponsored by <a href="http://webconverger.com">Webconverger who provide foolproof Web kiosk software</a></p>
|
|
</footer>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|