mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-30 17:07:23 +08:00
14 lines
272 B
HTML
14 lines
272 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Page not found</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Page not found</h1>
|
|
</main>
|
|
</body>
|
|
</html>
|