1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-11 05:32:40 +01:00
send/public/download.html

13 lines
193 B
HTML
Raw Normal View History

2017-05-30 18:24:16 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<script type="text/javascript" src="/file.js"></script>
</head>
<body>
<button onclick="download()">DOWNLOAD</button>
</body>
</html>