init,working
This commit is contained in:
24
templates/upload.html.hbs
Normal file
24
templates/upload.html.hbs
Normal file
@@ -0,0 +1,24 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user