File tree Expand file tree Collapse file tree 7 files changed +28
-100
lines changed
Expand file tree Collapse file tree 7 files changed +28
-100
lines changed Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < title > Document</ title >
7+ </ head >
8+ < body >
9+ < site-menu > </ site-menu > test
10+
11+ <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other -->
12+ <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other -->
13+ <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other -->
14+ <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other -->
15+ <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other --> <!-- Other -->
16+ </ body >
17+ < script src ="./js/components.js "> </ script >
18+ < script src ="./js/index.js "> </ script >
19+ </ html >
Original file line number Diff line number Diff line change 1+ class SiteMenu extends HTMLElement {
2+ connectedCallback ( ) {
3+ this . innerHTML = `
4+ rstygjng
5+ ` ;
6+ }
7+ }
8+
9+ customElements . define ( "site-menu" , SiteMenu ) ;
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments