desafio-react-e-typescript-.../react-ts/index.html

14 lines
404 B
HTML
Raw Normal View History

2022-12-29 16:19:08 +00:00
<!DOCTYPE html>
2023-01-02 15:50:36 +00:00
<html lang="pt-BR">
2022-12-29 16:19:08 +00:00
<head>
<meta charset="UTF-8" />
2023-01-02 15:50:36 +00:00
<link rel="icon" type="image/svg+xml" href="./src/assets/images/icon-m3.png" />
2022-12-29 16:19:08 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-01-02 15:50:36 +00:00
<title>INSTITUCIONAL - William Simão</title>
2022-12-29 16:19:08 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>