ai-pages/src/components/html/blank.astro
2025-05-24 09:11:30 +08:00

14 lines
146 B
Plaintext

---
---
<html lang='zh-CN'>
<head>
<meta charset='UTF-8' />
<title>AI Pages</title>
</head>
<body>
<slot />
</body>
</html>