mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-11 05:32:40 +01:00
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>
|