Files
momo/templates/NoResources.html
2025-06-13 22:40:00 +08:00

19 lines
348 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>No Resources</title>
<style>
h1{
text-align: center;
}
</style>
</head>
<body>
<h1>
No Resources We Can Show You
</h1>
</body>
</html>