This commit is contained in:
Kai Hendry
2012-04-25 21:26:50 +08:00
parent ec3ab7c63f
commit 39ad60214d
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ cat <<END
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Fetching tweets of $id</title> <title>Fetching tweets of $id</title>
<link rel="stylesheet" href="/bootstrap/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="/bootstrap/docs/assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/style.css"> <link rel="stylesheet" type="text/css" href="/style.css">
</head> </head>
<body> <body>

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Grepping twitter backup</title> <title>Grepping twitter backup</title>
<meta content="width=device-width, initial-scale=1,maximum-scale=1.0;" name=viewport> <meta content="width=device-width, initial-scale=1,maximum-scale=1.0;" name=viewport>
<link rel="stylesheet" href="/bootstrap/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="/bootstrap/docs/assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/style.css"> <link rel="stylesheet" type="text/css" href="/style.css">
</head> </head>

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>GrepTweet</title> <title>GrepTweet</title>
<meta content="width=device-width, initial-scale=1,maximum-scale=1.0;" name=viewport> <meta content="width=device-width, initial-scale=1,maximum-scale=1.0;" name=viewport>
<link rel="stylesheet" href="/bootstrap/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="/bootstrap/docs/assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="style.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/bootstrap/js/bootstrap-button.js"></script> <script src="/bootstrap/js/bootstrap-button.js"></script>