24 lines
540 B
Handlebars
24 lines
540 B
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
<title>FileShare</title>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
|
|
</head>
|
|
|
|
<body>
|
|
<br>
|
|
<br>
|
|
<h1>FileShare</h1>
|
|
<br>
|
|
<br>
|
|
<a href="/download/{{ link }}">Click here to download the file.</a>
|
|
<br>
|
|
<br>
|
|
<p>Right-click → "copy link" to share.</p>
|
|
<p>This screen will only be shown once.</p>
|
|
</body>
|
|
</html> |