mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-23 13:31:05 -05:00
twitter bootstrap
This commit is contained in:
12
index.html
12
index.html
@@ -4,11 +4,19 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>Grepping twitter backup</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<input type="text" name="q" />
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1>Greptweet @<span id="name"></span></h1>
|
||||
</div>
|
||||
|
||||
<input type="text" name="q" class="xlarge" />
|
||||
|
||||
<div id="results"></div>
|
||||
|
||||
@@ -19,5 +27,7 @@
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
|
||||
<script async src="/main.js"></script>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user