Files
EdgeNode/build/pages/404.html

15 lines
295 B
HTML
Raw Normal View History

2020-09-26 08:07:07 +08:00
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<h3>404 Not Found</h3>
<p>Sorry, the page you are looking for is not found. Please try again later.</p>
2021-09-21 09:29:17 +08:00
<footer>Powered by GoEdge.</footer>
2020-09-26 08:07:07 +08:00
</body>
</html>