uppdate readme
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -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: | ... | ... |
-
Please register or sign in to post a comment