mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
16 lines
245 B
HTML
16 lines
245 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Download your file</title>
|
|
<script type="text/javascript" src="/download.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<button onclick="download()">DOWNLOAD</button>
|
|
|
|
<ul id="downloaded_files">
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|