mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 11:45:36 +00: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>
|