There was an error while loading. Please reload this page.
1 parent 617e3bc commit 5c4f7fdCopy full SHA for 5c4f7fd
custom-elements/index.html
@@ -6,6 +6,7 @@
6
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
7
<title>HTML5 Custom Elements</title>
8
<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>
10
</head>
11
<body>
12
<main class="container">
@@ -25,7 +26,5 @@ <h2>GitHub Profiles</h2>
25
26
<github-profile user="theolm"></github-profile>
27
</article>
28
</main>
-
29
- <script type="module" src="js/app.js"></script>
30
</body>
31
</html>
0 commit comments