Add an embedded version of latest bootstrap.

This commit is contained in:
Sébastien Lucas 2015-05-19 15:41:35 +02:00
parent 0d5c3a08ff
commit 934e4f9fa1
11 changed files with 463 additions and 3 deletions

View file

@ -30,13 +30,13 @@
<link rel="icon" type="image/vnd.microsoft.icon" href="{{=it.favico}}" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="resources/bootstrap/dist/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="resources/bootstrap/dist/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="resources/bootstrap/dist/js/bootstrap.min.js"></script>
<style media="screen" type="text/css">
.demo{