appwrite/tests/resources/sites/static-spa/404.html

11 lines
218 B
HTML
Raw Normal View History

2025-02-06 13:22:35 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
2025-02-08 09:36:11 +00:00
<h1>Customized 404 page</h1>
2025-02-06 13:22:35 +00:00
</body>
</html>