10 lines
211 B
HTML
10 lines
211 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>React App</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="text/javascript" src="react/build/main.js"></script>
|
|
</body>
|
|
</html>
|