pronounsfu/frontend/index.html

14 lines
429 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-05-10 07:33:29 -07:00
<title>pronouns.cc</title>
</head>
2022-05-10 07:33:29 -07:00
<body class="bg-white dark:bg-slate-800 text-black dark:text-white">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>