mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
13 lines
201 B
HTML
13 lines
201 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Download your file</title>
|
|
<script type="text/javascript" src="/file.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<button onclick="download()">DOWNLOAD</button>
|
|
|
|
</body>
|
|
</html>
|