MacFastLookup/frontend/index.html

14 lines
284 B
HTML
Raw Permalink Normal View History

2024-07-15 16:15:43 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>MacFastLookup</title>
</head>
<body>
<div id="root"></div>
<script src="./src/main.tsx" type="module"></script>
</body>
</html>