Node JS version
This commit is contained in:
11
public/error.html
Normal file
11
public/error.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>404 Page</title>
|
||||
<link rel="stylesheet" src="./css/error.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>OOPS! Page not found</h1>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user