13 lines
193 B
HTML
13 lines
193 B
HTML
|
<!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>
|