File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, viewport-fit=cover ">
66
7+ <!-- Поддержка цветовой схемы -->
78 < meta name ="color-scheme " content ="light dark ">
89 < meta name ="theme-color " content ="#ffffff ">
9- < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
1010
1111 < title > Нативный UI</ title >
1212 < link rel ="stylesheet " href ="styles.css ">
@@ -21,14 +21,7 @@ <h1>Нативный UI</h1>
2121 </ header >
2222
2323 < main >
24- < section class ="grid-container ">
25- <!-- Заполняем 8x8 кнопками -->
26- < script >
27- for ( let i = 0 ; i < 64 ; i ++ ) {
28- document . write ( `<button class="grid-button">${ i + 1 } </button>` ) ;
29- }
30- </ script >
31- </ section >
24+ < section class ="grid-container " id ="grid "> </ section >
3225 </ main >
3326
3427 < script src ="script.js "> </ script >
You can’t perform that action at this time.
0 commit comments