10 lines
190 B
HTML
10 lines
190 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>The Minimal React Webpack Babel Setup</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="./bundle.js"></script>
|
|
</body>
|
|
</html> |