94abd48e by bootflat

uppdate readme

1 parent 2d0342de
...@@ -48,8 +48,8 @@ Bootflat is fully responsive, built for mobile-first in mind. It provides off sc ...@@ -48,8 +48,8 @@ Bootflat is fully responsive, built for mobile-first in mind. It provides off sc
48 The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go. 48 The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go.
49 49
50 50
51 <!doctype html> 51 <!doctype html>
52 <html> 52 <html>
53 <head> 53 <head>
54 <title>Minimal Bootflat example</title> 54 <title>Minimal Bootflat example</title>
55 <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> 55 <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
...@@ -67,7 +67,7 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/ ...@@ -67,7 +67,7 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/
67 <!-- Bootflat's JS files.--> 67 <!-- Bootflat's JS files.-->
68 <script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script> 68 <script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script>
69 </body> 69 </body>
70 </html> 70 </html>
71 71
72 72
73 ## Table of contents: 73 ## Table of contents:
......