Skip to content

Commit 781d712

Browse files
committed
Webpack 101 article : improve index.html text content
1 parent c82850c commit 781d712

File tree

1 file changed

+2
-1
lines changed
  • webpack-101-empower-your-web-projects-with-modern-javascript/example

1 file changed

+2
-1
lines changed

Diff for: webpack-101-empower-your-web-projects-with-modern-javascript/example/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<script type="text/javascript" src="dist/bundle.js"></script>
66
</head>
77
<body>
8-
<p>You can add extra content directly into your index.html file as well
8+
<p>Press "A" or "B" key to open modal</p>
9+
<p>You can add extra content directly into your index.html file as well</p>
910
</body>
1011
</html>

0 commit comments

Comments
 (0)