Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
e4508bb3
Commit
e4508bb3
authored
Jan 01, 2014
by
wangsai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix assets links in all examples
parent
50cf0b1a
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
58 additions
and
58 deletions
+58
-58
docs/examples/blog/index.html
docs/examples/blog/index.html
+4
-4
docs/examples/carousel/index.html
docs/examples/carousel/index.html
+4
-4
docs/examples/cover/index.html
docs/examples/cover/index.html
+4
-4
docs/examples/dashboard/index.html
docs/examples/dashboard/index.html
+4
-4
docs/examples/grid/index.html
docs/examples/grid/index.html
+3
-3
docs/examples/jumbotron-narrow/index.html
docs/examples/jumbotron-narrow/index.html
+3
-3
docs/examples/jumbotron/index.html
docs/examples/jumbotron/index.html
+3
-3
docs/examples/justified-nav/index.html
docs/examples/justified-nav/index.html
+3
-3
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-fixed-top/index.html
+3
-3
docs/examples/navbar-static-top/index.html
docs/examples/navbar-static-top/index.html
+3
-3
docs/examples/navbar/index.html
docs/examples/navbar/index.html
+3
-3
docs/examples/non-responsive/index.html
docs/examples/non-responsive/index.html
+3
-3
docs/examples/offcanvas/index.html
docs/examples/offcanvas/index.html
+2
-2
docs/examples/signin/index.html
docs/examples/signin/index.html
+3
-3
docs/examples/starter-template/index.html
docs/examples/starter-template/index.html
+3
-3
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer-navbar/index.html
+3
-3
docs/examples/sticky-footer/index.html
docs/examples/sticky-footer/index.html
+3
-3
docs/examples/theme/index.html
docs/examples/theme/index.html
+4
-4
No files found.
docs/examples/blog/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Blog Template for Bootstrap
</title>
<title>
Blog Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"blog.css"
rel=
"stylesheet"
>
<link
href=
"blog.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
@@ -166,6 +166,6 @@
...
@@ -166,6 +166,6 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../
docs-
assets/js/holder.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
</body>
</body>
</html>
</html>
docs/examples/carousel/index.html
View file @
e4508bb3
...
@@ -6,15 +6,15 @@
...
@@ -6,15 +6,15 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Carousel Template for Bootstrap
</title>
<title>
Carousel Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
@@ -201,6 +201,6 @@
...
@@ -201,6 +201,6 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../
docs-
assets/js/holder.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
</body>
</body>
</html>
</html>
docs/examples/cover/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Cover Template for Bootstrap
</title>
<title>
Cover Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"cover.css"
rel=
"stylesheet"
>
<link
href=
"cover.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
@@ -70,6 +70,6 @@
...
@@ -70,6 +70,6 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../
docs-
assets/js/holder.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
</body>
</body>
</html>
</html>
docs/examples/dashboard/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Dashboard Template for Bootstrap
</title>
<title>
Dashboard Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"dashboard.css"
rel=
"stylesheet"
>
<link
href=
"dashboard.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
@@ -238,6 +238,6 @@
...
@@ -238,6 +238,6 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../
docs-
assets/js/holder.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
</body>
</body>
</html>
</html>
docs/examples/grid/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Grid Template for Bootstrap
</title>
<title>
Grid Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"grid.css"
rel=
"stylesheet"
>
<link
href=
"grid.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/jumbotron-narrow/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Narrow Jumbotron Template for Bootstrap
</title>
<title>
Narrow Jumbotron Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"jumbotron-narrow.css"
rel=
"stylesheet"
>
<link
href=
"jumbotron-narrow.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/jumbotron/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Jumbotron Template for Bootstrap
</title>
<title>
Jumbotron Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"jumbotron.css"
rel=
"stylesheet"
>
<link
href=
"jumbotron.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/justified-nav/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Justified Nav Template for Bootstrap
</title>
<title>
Justified Nav Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"justified-nav.css"
rel=
"stylesheet"
>
<link
href=
"justified-nav.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/navbar-fixed-top/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Fixed Top Navbar Example for Bootstrap
</title>
<title>
Fixed Top Navbar Example for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"navbar-fixed-top.css"
rel=
"stylesheet"
>
<link
href=
"navbar-fixed-top.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/navbar-static-top/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Static Top Navbar Example for Bootstrap
</title>
<title>
Static Top Navbar Example for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"navbar-static-top.css"
rel=
"stylesheet"
>
<link
href=
"navbar-static-top.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/navbar/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Navbar Template for Bootstrap
</title>
<title>
Navbar Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"navbar.css"
rel=
"stylesheet"
>
<link
href=
"navbar.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/non-responsive/index.html
View file @
e4508bb3
...
@@ -8,18 +8,18 @@
...
@@ -8,18 +8,18 @@
<!-- Note there is no responsive meta tag here -->
<!-- Note there is no responsive meta tag here -->
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Non-responsive Template for Bootstrap
</title>
<title>
Non-responsive Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"non-responsive.css"
rel=
"stylesheet"
>
<link
href=
"non-responsive.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/offcanvas/index.html
View file @
e4508bb3
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Off Canvas Template for Bootstrap
</title>
<title>
Off Canvas Template for Bootstrap
</title>
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<link
href=
"offcanvas.css"
rel=
"stylesheet"
>
<link
href=
"offcanvas.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/signin/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Signin Template for Bootstrap
</title>
<title>
Signin Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"signin.css"
rel=
"stylesheet"
>
<link
href=
"signin.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/starter-template/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Starter Template for Bootstrap
</title>
<title>
Starter Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"starter-template.css"
rel=
"stylesheet"
>
<link
href=
"starter-template.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/sticky-footer-navbar/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Sticky Footer Navbar Template for Bootstrap
</title>
<title>
Sticky Footer Navbar Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"sticky-footer-navbar.css"
rel=
"stylesheet"
>
<link
href=
"sticky-footer-navbar.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/sticky-footer/index.html
View file @
e4508bb3
...
@@ -6,18 +6,18 @@
...
@@ -6,18 +6,18 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Sticky Footer Template for Bootstrap
</title>
<title>
Sticky Footer Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"sticky-footer.css"
rel=
"stylesheet"
>
<link
href=
"sticky-footer.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/examples/theme/index.html
View file @
e4508bb3
...
@@ -6,12 +6,12 @@
...
@@ -6,12 +6,12 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"shortcut icon"
href=
"../../
docs-
assets/ico/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"../../assets/ico/favicon.ico"
>
<title>
Theme Template for Bootstrap
</title>
<title>
Theme Template for Bootstrap
</title>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.
min.
css"
rel=
"stylesheet"
>
<!-- Bootstrap theme -->
<!-- Bootstrap theme -->
<link
href=
"../../dist/css/bootstrap-theme.min.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap-theme.min.css"
rel=
"stylesheet"
>
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<link
href=
"theme.css"
rel=
"stylesheet"
>
<link
href=
"theme.css"
rel=
"stylesheet"
>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../
docs-
assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
@@ -379,6 +379,6 @@
...
@@ -379,6 +379,6 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-1.10.2.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../
docs-
assets/js/holder.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment