diff options
Diffstat (limited to 'offcanvas/index.html')
| -rw-r--r-- | offcanvas/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offcanvas/index.html b/offcanvas/index.html index 319fcac70..982b8f7b6 100644 --- a/offcanvas/index.html +++ b/offcanvas/index.html @@ -6,13 +6,13 @@ <meta name="description" content=""> <meta name="author" content=""> - <title>Off canvas template for Bootstrap</title> + <title>Off Canvas Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../bootstrap/bootstrap.css" rel="stylesheet"> + <link href="../bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="offcanvas.css" rel="stylesheet"> </head> <body> @@ -109,6 +109,6 @@ <!-- jQuery and plugin --> <script src="http://code.jquery.com/jquery.js"></script> - <script src="example.js"></script> + <script src="offcanvas.js"></script> </body> </html>
\ No newline at end of file |
