lander/index.html

16 lines
511 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Dusk - The peer-to-peer chat platform for the masses." />
<title>Dusk Chat</title>
<link rel="icon" type="image/svg+xml" href="/crescent-moon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>