Files
rubix-explore/index.html

14 lines
390 B
HTML
Raw Normal View History

2024-09-24 12:10:18 +05:30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-12-16 15:35:38 +05:30
<link rel="icon" type="image/svg+xml" href="./src/assets/images/RBTNewLogo.png" />
2024-09-24 12:10:18 +05:30
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-10-14 13:44:41 +05:30
<title>Explorer | Rubix</title>
2024-09-24 12:10:18 +05:30
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>