fox-send/public/download.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>