Files
2023-12-21 03:53:29 -08:00

10 lines
201 B
HTML

<html>
<head>
<title>React Attribute Binding - Example #10 - FFG Fundamentals</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>