Grab bootstrap from a CDN
This commit is contained in:
parent
70a314e4cb
commit
3b8cb84527
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue