Skip to content

Commit 519c2d5

Browse files
authoredMay 21, 2020
Update index.html
Delete the wrong </script>
1 parent 843fb7f commit 519c2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎shadow-part/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>Shadow parts example</title>
66
<script src="main.js" defer></script>
7-
<link rel="stylesheet" href="style.css"></script>
7+
<link rel="stylesheet" href="style.css">
88
</head>
99
<body>
1010
<h1>Shadow part styling for tabbed custom element</h1>

0 commit comments

Comments
 (0)
Please sign in to comment.