quad-j/views/uploaded.ejs
2020-10-18 19:40:30 +03:00

14 lines
No EOL
329 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Uploaded</title>
</head>
<body>
<h1>the file was uploaded</h1>
<p>i think</p>
<br>
<a href="<%= baseurl %>/file/<%= file.name %>">go to file</a>
</body>
</html>