quad-j/views/uploadfailed.ejs

15 lines
306 B
Text
Raw Normal View History

2020-10-02 23:12:51 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error</title>
</head>
<body>
<h1>upload failed</h1>
<p>i think</p>
<p><%= message %></p>
<br>
<a href="/">Go back</a>
2020-10-02 23:12:51 +03:00
</body>
</html>