Files
react_task_1b/index.html
T

15 lines
444 B
HTML
Raw Normal View History

2022-11-26 01:25:31 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-06-25 23:51:51 +01:00
<link rel="icon" type="image/svg+xml" href="/src/mkd_logo.png" />
<!-- <link rel="icon" type="image/svg+xml" href="/src/favicon.svg" /> -->
2022-11-26 01:25:31 -05:00
<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/index.jsx"></script>
</body>
</html>