This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
MentalMath/index.html
2023-09-17 11:50:12 -04:00

13 lines
356 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" sizes="any" />
<title>Mental Math</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>