add normalize.css

This commit is contained in:
2025-02-24 12:19:32 +08:00
parent af87c4990b
commit a0feeea600
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ function preview() {
<title>预览</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>${css.value}</style>
<link rel="stylesheet" href="/normalize.min.css" />
</head>
<body>
${html.value}