2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

more examples path fixing

This commit is contained in:
Mark Otto
2017-05-29 11:55:36 -07:00
committed by Mark Otto
parent 723a03cc43
commit 0ef7cb866e
19 changed files with 100 additions and 100 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
<title>Grid Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="grid.css" rel="stylesheet">
@@ -168,6 +168,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>