mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-12-27 04:08:19 +01:00
27 lines
558 B
HTML
27 lines
558 B
HTML
<html>
|
||
<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/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="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
||
</body>
|
||
</html> |