mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
blah blah readme
This commit is contained in:
parent
7bdae83367
commit
6048c3ca4a
21
index.html
21
index.html
@ -1,7 +1,24 @@
|
||||
function newQuestion(){
$question.hide();
$question.first().show();
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user