generated from template/astro-template
25 lines
389 B
Plaintext
25 lines
389 B
Plaintext
---
|
|
|
|
---
|
|
|
|
<html lang='zh-CN'>
|
|
<head>
|
|
<meta charset='UTF-8' />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>AI Pages</title>
|
|
<style>
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<slot />
|
|
</body>
|
|
</html>
|