Files
LivePoll/frontend/index.html

14 lines
402 B
HTML
Raw Permalink Normal View History

2024-11-05 21:10:31 +05:30
<!doctype html>
2024-11-05 22:12:03 +05:30
<html lang="en" data-theme="night">
2024-11-05 21:10:31 +05:30
<head>
<meta charset="UTF-8" />
2024-11-15 20:01:13 +05:30
<link rel="shortcut icon" href="./public/favicon-livepoll.ico" type="image/x-icon">
2024-11-05 21:10:31 +05:30
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-11-09 20:53:28 +05:30
<title>LivePoll</title>
2024-11-05 21:10:31 +05:30
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>