Horacio Herrera c9f7e7cacc
feat(example): add react + testing-library example (#61)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-12-11 07:42:20 +08:00

14 lines
364 B
HTML

<!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" />
<title>Vite App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>