flask / templates /404.html
Arafath10's picture
Upload 3 files
e08ffbf verified
raw
history blame contribute delete
No virus
214 Bytes
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>404</title>
</head>
<body>
<div class="container">
<h1>This is the 404 Page</h1>
</div>
</body>
</html>