Skillov-fe/index.html

14 lines
370 B
HTML
Raw Normal View History

2025-01-27 11:46:58 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-01-29 07:48:41 +00:00
<link rel="icon" type="image/svg+xml" href="/src/assets/fav1.png" />
2025-01-27 11:46:58 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-01-29 07:48:41 +00:00
<title>Skillov.ai</title>
2025-01-27 11:46:58 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>