Skip to content

Commit 6652dd1

Browse files
committed
Remove excess HTML from scratch component page
And change page title to something more sensible.
1 parent ede7c30 commit 6652dd1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scratch/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Webpack App</title>
5+
<title>Scratch Component</title>
66
</head>
77
<body>
8-
<h1>Hello world!</h1>
9-
<h2>Tip: Check your console</h2>
108
</body>
11-
129
</html>

0 commit comments

Comments
 (0)