diff options
Diffstat (limited to 'client/index.php')
| -rw-r--r-- | client/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/index.php b/client/index.php index 758aaa5..67613cc 100644 --- a/client/index.php +++ b/client/index.php @@ -7,7 +7,7 @@ <title>Istic-Openstack</title> <meta name="description" content="Istic-Openstack project"> <meta name="author" content="IOTeam"> - <link rel="stylesheet" href="client/css/bootstrap.css"> + <link rel="stylesheet" href="./css/bootstrap.css"> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> @@ -36,6 +36,6 @@ <body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> - <script src="./client/js/bootstrap.min.js"></script> + <script src="./js/bootstrap.min.js"></script> </body> </html>
\ No newline at end of file |
