aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorroot2014-10-29 00:57:44 +0100
committerroot2014-10-29 00:57:44 +0100
commit0785d137a8e8afa935389ef85d4ca6cc9c7a4bca (patch)
treec2ba2ade7f2c854ae9d905e90fa580a67d9f289f /index.php
parent44870defdcddbfceede437950fd9e3342f84ebf0 (diff)
downloadjungegemeinde-0785d137a8e8afa935389ef85d4ca6cc9c7a4bca.tar.gz
CDN support is stable.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 80d2703..b0d80fd 100644
--- a/index.php
+++ b/index.php
@@ -46,6 +46,7 @@ if( ! isset($_GET["page"]) || $_GET["page"] == "" )
<meta charset="utf-8">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
+ <link rel='dns-prefetch' href="//secure.iamfabulous.de/">
<?php
echo "<style>" . file_get_contents('static/style.min.css');
?>