rum-goggles/v1/frontend/index.html

14 lines
282 B
HTML
Raw Permalink Normal View History

2023-12-13 21:07:40 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Rum Goggles</title>
2023-12-13 21:07:40 +00:00
</head>
<body>
<div id="root"></div>
<script src="./src/main.jsx" type="module"></script>
</body>
</html>