Files
2024-01-12 23:55:09 -08:00

10 lines
200 B
HTML

<html>
<head>
<title>React Real World Usage - Example #64 - FFG Fundamentals</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>