mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-09 18:27:08 +01:00
21 lines
798 B
HTML
21 lines
798 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>ffmproviser</title>
|
||
|
<meta charset="utf-8">
|
||
|
|
||
|
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
|
||
|
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||
|
<link href="css/jquery.steps.css" rel="stylesheet" >
|
||
|
|
||
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||
|
<script src="js/forms.js"></script>
|
||
|
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<div class="footer">
|
||
|
<p>Made with ♥ by <a href="http://www.ashleyblewer.com">Ashley Blewer</a></p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|