This commit is contained in:
Denis Knauf 2015-05-11 19:44:13 +02:00
commit ced6c67fcc
664 changed files with 115177 additions and 0 deletions

14
html/upload.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html class='upload-window'>
<head>
<title>Upload...</title>
<link type="text/css" rel='stylesheet' href='/.:-==-:./application.css' />
<script src="/.:-==-:./jquery.js"></script>
<script src="/.:-==-:./jquery.cookie.js"></script>
<script src="/.:-==-:./upload.js"></script>
</head>
<body>
<ul id='uploads'>
</ul>
</body>
</html>