Skip to content

Commit 5c4f7fd

Browse files
committed
refactor: move script to the head
1 parent 617e3bc commit 5c4f7fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

custom-elements/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
77
<title>HTML5 Custom Elements</title>
88
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css" />
9+
<script type="module" src="js/app.js"></script>
910
</head>
1011
<body>
1112
<main class="container">
@@ -25,7 +26,5 @@ <h2>GitHub Profiles</h2>
2526
<github-profile user="theolm"></github-profile>
2627
</article>
2728
</main>
28-
29-
<script type="module" src="js/app.js"></script>
3029
</body>
3130
</html>

0 commit comments

Comments
 (0)