Files
rubix/index.html

16 lines
358 B
HTML
Raw Normal View History

2024-03-22 15:02:23 +05:30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-04-12 19:47:21 +05:30
<link rel="icon" type="image/svg+xml" href="./src/assets/images/favicon.png" />
2024-03-22 15:02:23 +05:30
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rubix</title>
2024-03-22 15:02:23 +05:30
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>