mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
12 lines
144 B
Text
12 lines
144 B
Text
---
|
|
import Head from '@/components/Head.astro'
|
|
---
|
|
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<Head />
|
|
</head>
|
|
<body>
|
|
<slot />
|
|
</body>
|
|
</html>
|