ffmprovisr/index.html

24 lines
459 B
HTML
Raw Normal View History

2014-08-01 05:24:06 +02:00
<html>
<head>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<!-- blah blah blah -->
<!-- function newQuestion(){$question.hide();$question.first().show();
2014-08-01 05:22:20 +02:00
$form.on("click", ".new-question", function() {
$(this).parent().parent().next().slideDown("slow");
});
2014-08-01 05:24:06 +02:00
} -->
2014-08-01 05:22:20 +02:00
2014-08-01 05:24:06 +02:00
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>