mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-24 22:11:04 -05:00
Styling without bootstrap
This commit is contained in:
@@ -5,33 +5,30 @@
|
||||
<title>Grepping twitter backup</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<link href="/style.css" rel="stylesheet">
|
||||
<script src="/jquery.js"></script>
|
||||
<link rel="icon" type="image/svg+xml" href="/icons/greptweet_birdie.svg">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
|
||||
<ul class="breadcrumb">
|
||||
<li><a id="home" href="/">Home</a> </li>
|
||||
<li><a id="home" href="/">Home</a></li>
|
||||
<li id="name" class="active">You are here</li>
|
||||
</ul>
|
||||
|
||||
<div class="well">
|
||||
<input type="search" spellcheck="false" class="search-query form-control">
|
||||
<button type="submit" class="btn btn-primary btn-lg"><i class="glyphicon glyphicon-search"></i> Greptweet</button>
|
||||
</div>
|
||||
<input type="search" spellcheck="false" autofocus>
|
||||
<button type="submit">Greptweet</button>
|
||||
|
||||
<div id="results"></div>
|
||||
|
||||
<script async src="/main.js"></script>
|
||||
|
||||
<footer><span id="source"></span>
|
||||
<ul id="source"></ul>
|
||||
|
||||
<footer>
|
||||
<p>Sponsored by <a href="http://webconverger.com">Webconverger who provide foolproof Web kiosk software</a></p>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user