diff options
Diffstat (limited to 'linkshorter/functions.php')
| -rw-r--r-- | linkshorter/functions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linkshorter/functions.php b/linkshorter/functions.php index f6f021a..7fa8cff 100644 --- a/linkshorter/functions.php +++ b/linkshorter/functions.php @@ -13,11 +13,12 @@ function do_output($reason, $httpcode, $ajax = true, $heading = NULL){ <head> <meta charset="utf-8"> <title>Link Shorter</title> + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <!--style>html{position:relative;min-height:100%}body{margin-bottom:60px}.footer{position:absolute;bottom:0;width:100%}#copyright-text{text-decoration:underline;color:#333}</style--> <style> <?php echo file_get_contents("../tools/style.css"); ?> </style> - <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> + <noscript><style>.navbar{margin-bottom:0;}</style></noscript> <link rel='shortcut icon' href='../tools/favicon.ico' type='image/x-icon'> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> |
