Add an embedded version of latest bootstrap.
This commit is contained in:
parent
0d5c3a08ff
commit
934e4f9fa1
11 changed files with 463 additions and 3 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue