mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-24 14:01:05 -05:00
Sunday morning tidy up. Fix #34 by including Bootstrap's responsive
stylesheet.
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
<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">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.min.css">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user