summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index a2323b6..c1b7790 100644
--- a/index.php
+++ b/index.php
@@ -187,8 +187,8 @@ final class LookingGlass {
print '<meta name="keywords" content="Looking Glass, LG, BGP, prefix-list, AS-path, ASN, traceroute, ping, IPv4, IPv6, Cisco, Juniper, Internet" />';
print '<meta name="description" content="'.$this->frontpage['title'].'" />';
print '<title>'.htmlentities($this->frontpage['title']).'</title>';
- print '<link href="bootstrap-3.1.1/css/bootstrap.min.css" rel="stylesheet" />';
- print '<link href="bootstrap-3.1.1/css/bootstrap-theme.min.css" rel="stylesheet" />';
+ print '<link href="bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet" />';
+ print '<link href="bootstrap-3.2.0/css/bootstrap-theme.min.css" rel="stylesheet" />';
print '<link href="'.$this->frontpage['css'].'" rel="stylesheet" />';
print '</head>';
print '<body>';