@unocss/inspector
Version:
The inspector UI for UnoCSS
21 lines (20 loc) • 780 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UnoCSS Inspector</title>
<link rel="icon" href="/__unocss/favicon.svg" type="image/svg+xml" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400&family=Fira+Code&display=swap"
rel="stylesheet"
/>
<script type="module" crossorigin src="/__unocss/assets/index-8SRY6IBm.js"></script>
<link rel="stylesheet" crossorigin href="/__unocss/assets/index-BGDbepRp.css">
</head>
<body>
<div id="app"></div>
</body>
</html>