diff options
Diffstat (limited to 'examples/grid')
| -rw-r--r-- | examples/grid/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/grid/index.html b/examples/grid/index.html index 4525f7e49..3cef51e8d 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> + <link rel="shortcut icon" href="../../assets/ico/favicon.png"> <title>Grid Template for Bootstrap</title> @@ -104,5 +105,10 @@ </div> <!-- /container --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../../assets/js/respond.min.js"></script> </body> </html> |
