Styling without bootstrap

This commit is contained in:
Kai Hendry
2015-10-02 19:04:35 +08:00
parent b696a583a4
commit 6901303855
11 changed files with 41 additions and 42 deletions

View File

@@ -2,7 +2,7 @@
<html><head>
<meta charset="utf-8">
<title>GrepTweet</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-title" content="GrepTweet">
@@ -10,37 +10,18 @@
<link rel=icon href=/icons/greptweet_birdie.svg sizes="any" type="image/svg+xml">
<link href="/icons/120x120.png" sizes="120x120" rel="apple-touch-icon">
<meta name="description" content="Download and search your tweets - no password login required!">
<link href="/style.css" rel="stylesheet">
</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.php" method="get">
<div class="well">
<div class="clearfix">
<label for="username">Twitter username</label>
<div class="input-group input-group-lg">
<span class="input-group-addon">@</span>
<input class="form-control" id="username" type="text" name="id" required placeholder="kaihendry">
</div>
<div class="input">
</div>
</div>
<input id="username" type="text" name="id" autofocus required placeholder="kaihendry">
<button class="btn btn-primary btn-lg" id="b" type="submit">Fetch tweets</button>
</div>
</form>
<footer>
@@ -50,9 +31,5 @@
</a></p>
</footer>
</div>
</div>
</body>
</html>