Skip to content

Commit 6320f67

Browse files
author
kuromika
authored
Add opening body tag in index.html example
The code example for the 'index.html' file produced by webpack is missing the opening tag for the 'body' element.
1 parent 77d9b84 commit 6320f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/7/en/part7d.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The <i>index.html</i> file located at the root of the build directory is the "ma
4646
<script defer="defer" src="/static/js/main.88d3369d.js"></script>
4747
<link href="/static/css/main.1becb9f2.css" rel="stylesheet">
4848
</head>
49+
<body>
4950
<div id="root"></div>
5051
</body>
5152
</html>

0 commit comments

Comments
 (0)