lukcy-draw/index.html

14 lines
396 B
HTML
Raw Normal View History

2025-12-12 02:15:19 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-12-12 03:29:28 +00:00
<link rel="icon" type="image/png" sizes="111x138" href="/favicon.png" />
2025-12-12 02:15:19 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-12-12 03:30:15 +00:00
<title>Daoukiwoom Innovation Lucky Draw</title>
2025-12-12 02:15:19 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>