Initial Commit
This commit is contained in:
16
index.html
Normal file
16
index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link href="static/style.css" rel="stylesheet">
|
||||
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
|
||||
<script type="text/javascript" src="static/script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="form">
|
||||
<input type="text" value="" name="url"/>
|
||||
<button id="download">Download</button>
|
||||
</div>
|
||||
<div id="logoutput">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user