ffmprovisr/index.html

27 lines
558 B
HTML
Raw Normal View History

2014-08-01 05:24:06 +02:00
<html>
<head>
2014-08-03 01:55:15 +02:00
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
2014-08-01 05:24:06 +02:00
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
2014-08-03 01:55:15 +02:00
2014-08-01 05:24:06 +02:00
<!-- 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-03 01:55:15 +02:00
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
2014-08-01 05:24:06 +02:00
</body>
</html>