Files
LivePoll/frontend/index.html
2024-11-15 20:01:13 +05:30

14 lines
402 B
HTML

<!doctype html>
<html lang="en" data-theme="night">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="./public/favicon-livepoll.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LivePoll</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>