1
2
3<!DOCTYPE html>
4<html lang="en">
5<head>
6 <meta charset="UTF-8" />
7 <title>Not Found</title>
8 <link rel="icon" href="/public_builds/static/favicon.ico">
9</head>
10<body>
11 <h1>404 Not Found</h1>
12 <p>The resource could not be found.</p>
13</body>
14</html>
15