svb
Version:
📦 A zero-config CLI to bundle Svelte apps
14 lines • 375 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{SVB.title}</title>
<meta name="description" content="Built with svb">
<meta name="viewport" content="width=device-width, initial-scale=1">
{SVB.css}
</head>
<body>
{SVB.js}
</body>
</html>