Port backend to Node.js
This commit is contained in:
11
views/errors/404.ejs
Normal file
11
views/errors/404.ejs
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Not Found</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>404 - Page Not Found</h1>
|
||||
<a href="/">Back to home</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user