mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
14 lines
239 B
HTML
14 lines
239 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>
|
|
<p id="downloadProgress"></p>
|
|
|
|
</body>
|
|
</html>
|