12 lines
201 B
HTML
12 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>
|