File tree Expand file tree Collapse file tree 8 files changed +24
-8
lines changed Expand file tree Collapse file tree 8 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ const imageUrl = new URL(logo, import.meta.url).href;
55
66document . querySelector ( "#app" ) ! . innerHTML = `
77 <img src="${ imageUrl } " height="45" />
8- <h1>Hello Vite! </h1>
9- <a href="https://vitejs.dev/guide/features.html" target="_blank">Documentation </a>
8+ <h1>Options </h1>
9+ <a href="https://vitejs.dev/guide/features.html" target="_blank">Vite Docs </a>
1010` ;
Original file line number Diff line number Diff line change 55 text-align : center;
66 color : # 2c3e50 ;
77}
8+
9+ h1 {
10+ margin : 5px ;
11+ }
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ const imageUrl = new URL(logo, import.meta.url).href;
55
66document . querySelector ( "#app" ) ! . innerHTML = `
77 <img src="${ imageUrl } " height="45" />
8- <h1>Hello Vite! </h1>
9- <a href="https://vitejs.dev/guide/features.html" target="_blank">Documentation </a>
8+ <h1>Popup </h1>
9+ <a href="https://vitejs.dev/guide/features.html" target="_blank">Vite Docs </a>
1010` ;
Original file line number Diff line number Diff line change 55 text-align : center;
66 color : # 2c3e50 ;
77}
8+
9+ h1 {
10+ margin : 5px ;
11+ }
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ const imageUrl = new URL(logo, import.meta.url).href;
55
66document . querySelector ( "#app" ) . innerHTML = `
77 <img src="${ imageUrl } " height="45" />
8- <h1>Hello Vite! </h1>
9- <a href="https://vitejs.dev/guide/features.html" target="_blank">Documentation </a>
8+ <h1>Options </h1>
9+ <a href="https://vitejs.dev/guide/features.html" target="_blank">Vite Docs </a>
1010` ;
Original file line number Diff line number Diff line change 55 text-align : center;
66 color : # 2c3e50 ;
77}
8+
9+ h1 {
10+ margin : 5px ;
11+ }
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ const imageUrl = new URL(logo, import.meta.url).href;
55
66document . querySelector ( "#app" ) . innerHTML = `
77 <img src="${ imageUrl } " height="45" />
8- <h1>Hello Vite! </h1>
9- <a href="https://vitejs.dev/guide/features.html" target="_blank">Documentation </a>
8+ <h1>Popup </h1>
9+ <a href="https://vitejs.dev/guide/features.html" target="_blank">Vite Docs </a>
1010` ;
Original file line number Diff line number Diff line change 55 text-align : center;
66 color : # 2c3e50 ;
77}
8+
9+ h1 {
10+ margin : 5px ;
11+ }
You can’t perform that action at this time.
0 commit comments