Skip to content

Commit 540c591

Browse files
committed
Archivo index.html tras el paso 8
1 parent 9bbf3a7 commit 540c591

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Mi primer proyecto Webpack</title>
6+
<script defer src="dist/main.js"></script>
7+
</head>
8+
<body>
9+
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)