twitter bootstrap

This commit is contained in:
Kai Hendry
2011-12-04 21:19:19 +08:00
parent efd326fa2f
commit 1a6330e60d
5 changed files with 66 additions and 28 deletions

View File

@@ -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>