baboolastyles
Version:
Styles used for baboola apps (see at https://baboolaos.netlify.app). You can use it too.
15 lines (14 loc) • 416 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="stylesheet" href="/plastic.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Baboola styles demo</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>