sandbox-react/config-tutorial/index.html

11 lines
156 B
HTML
Raw Normal View History

2021-09-09 19:09:22 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>react-config-tutorial</title>
2021-09-09 19:09:22 +02:00
</head>
<body>
<div id="root"></div>
</body>
</html>