Initial Commit

This commit is contained in:
2021-02-28 12:42:54 +01:00
commit 30c3419023
10 changed files with 169 additions and 0 deletions

16
index.html Normal file
View 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>