Files
glink-website/public/error.html
Aravind142857 a8b8883b11 Node JS version
2023-06-09 20:10:18 -05:00

11 lines
209 B
HTML

<!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>