diff options
| -rw-r--r-- | templates/page.tmpl | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/templates/page.tmpl b/templates/page.tmpl index 8e162a2..5c5c0a8 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -5,7 +5,7 @@      <meta name="viewport" content="width=device-width, initial-scale=1.0">      <meta charset="utf-8" />      <!-- Bootstrap --> -    <link rel="stylesheet" href="/bootstrap-3.2.0/css/bootstrap.min.css"> +    <link rel="stylesheet" href="/static/css/bootstrap.min.css">      <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->      <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->      <!--[if lt IE 9]> @@ -130,8 +130,8 @@    </div>    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> -  <script src="/jquery-2.1.1.min.js"></script> +  <script src="/static/js/jquery-2.1.1.min.js"></script>    <!-- Include all compiled plugins (below), or include individual files as needed --> -  <script src="/bootstrap-3.2.0/js/bootstrap.min.js"></script> +  <script src="/static/js/bootstrap.min.js"></script>  </body>  </html> | 
