We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc11cb commit 4ce34f5Copy full SHA for 4ce34f5
1 file changed
index.html
@@ -8,15 +8,7 @@
8
<link rel="stylesheet" href="style.css">
9
</head>
10
<body>
11
- <main class="container">
12
- <h1>JavaScript Counter</h1>
13
- <div class="counter_container">
14
- <button id="subtract" aria-label="Decrement"><i class="fas fa-minus"></i></button>
15
- <span id="output">0</span>
16
- <button id="add" aria-label="Increment"><i class="fas fa-plus"></i></button>
17
- </div>
18
- <button id="reset" aria-label="Reset"><i class="fas fa-sync-alt"></i> Reset</button>
19
- </main>
20
- <script src="script.js"></script>
+ <div id="app"></div>
+ <script src="script.js" defer></script>
21
</body>
22
</html>
0 commit comments