Grab bootstrap from a CDN

This commit is contained in:
Kyle Johnson 2014-03-01 21:01:19 -05:00
parent 70a314e4cb
commit 3b8cb84527
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="ZoneMinder : A free, open source closed-circuit television software application developed for Linux with IP, USB and Analog camera support." />
<link rel="stylesheet" type="text/css" href="/ZoneMinder/css/bootstrap.min.css" />
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<title>ZoneMinder</title>
</head>