mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 04:01:06 -05:00
Remove un-needed style.css
This commit is contained in:
@@ -41,7 +41,6 @@ cat <<END
|
|||||||
<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/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ tweets.txt
|
|||||||
/bootstrap/css/bootstrap.min.css
|
/bootstrap/css/bootstrap.min.css
|
||||||
/bootstrap/css/bootstrap-responsive.min.css
|
/bootstrap/css/bootstrap-responsive.min.css
|
||||||
/bootstrap/img/glyphicons-halflings.png
|
/bootstrap/img/glyphicons-halflings.png
|
||||||
/style.css
|
|
||||||
/jquery.js
|
/jquery.js
|
||||||
NETWORK:
|
NETWORK:
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.min.css">
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.min.css">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
<link rel="apple-touch-icon-precomposed" href="http://a0.twimg.com/profile_images/1206037111/greptweet.png">
|
<link rel="apple-touch-icon-precomposed" href="http://a0.twimg.com/profile_images/1206037111/greptweet.png">
|
||||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.min.css">
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.min.css">
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
|
||||||
<script>
|
<script>
|
||||||
function getCookie( oName ) {
|
function getCookie( oName ) {
|
||||||
var splitcookie = document.cookie.split( "; " ), x, cookiepair;
|
var splitcookie = document.cookie.split( "; " ), x, cookiepair;
|
||||||
|
|||||||
Reference in New Issue
Block a user