css-to-vuetify-classes/index.html
copilot-swe-agent[bot] d8a3cef53d Add CSS to Vuetify Classes web app
Co-authored-by: KaKi87 <21284089+KaKi87@users.noreply.github.com>
2026-03-04 15:18:06 +00:00

12 lines
335 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS to Vuetify Classes</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>