generator

This commit is contained in:
MeowcaTheoRange 2023-12-21 12:17:14 -06:00
parent 4060e6d324
commit be6d93b1af

View file

@ -198,7 +198,9 @@ function preview() {
<title>Normalize Style</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/styles/normal.css" />
<style>${css}</style>
<style>
${css}
</style>
</head>
<body>
</body>