bootstrap cdn for now

This commit is contained in:
ablwr 2014-08-02 19:55:15 -04:00
parent 6048c3ca4a
commit 962315b9d2

View File

@ -1,5 +1,6 @@
<html> <html>
<head> <head>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/bootstrap.min.css">
</head> </head>
@ -8,6 +9,10 @@
<!-- blah blah blah --> <!-- blah blah blah -->
<!-- function newQuestion(){$question.hide();$question.first().show(); <!-- function newQuestion(){$question.hide();$question.first().show();
@ -17,8 +22,6 @@ $form.on("click", ".new-question", function() {
} --> } -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body> </body>
</html> </html>