mafap/client/index.html

17 lines
377 B
HTML
Raw Normal View History

<!DOCTYPE html>
2023-04-03 10:52:10 -04:00
<html lang="en">
2023-04-04 17:44:06 -04:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/people-hugging.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-04-03 10:52:10 -04:00
2023-04-04 17:44:06 -04:00
<title>Lizzy's Friends</title>
</head>
2023-04-03 10:52:10 -04:00
2023-04-04 17:44:06 -04:00
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>