1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-06-06 22:16:11 +02:00
2021-06-08 21:26:14 +03:00

12 lines
266 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Page not found</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div>404 Not Found</div>
</body>
</html>