mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-27 02:15:01 +01:00
24 lines
459 B
HTML
24 lines
459 B
HTML
<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();
|
||
$form.on("click", ".new-question", function() {
|
||
$(this).parent().parent().next().slideDown("slow");
|
||
});
|
||
} -->
|
||
|
||
|
||
|
||
<script src="js/jquery.min.js"></script>
|
||
<script src="js/bootstrap.min.js"></script>
|
||
</body>
|
||
</html> |