TIMBOVILL commited on
Commit
12b50e8
1 Parent(s): 09414aa

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -9,13 +9,14 @@
9
  <body>
10
  <div id="app">
11
  <header>
12
- <h1>App Store</h1>
13
  </header>
14
  <main id="app-list-container"></main>
15
  <footer>
16
  <button id="browse-button">Browse</button>
17
  </footer>
18
  </div>
 
19
  <script src="scripts.js"></script>
20
  </body>
21
  </html>
 
9
  <body>
10
  <div id="app">
11
  <header>
12
+ <h1>Gallery</h1>
13
  </header>
14
  <main id="app-list-container"></main>
15
  <footer>
16
  <button id="browse-button">Browse</button>
17
  </footer>
18
  </div>
19
+ <div id="app-detail-container" class="hidden"></div>
20
  <script src="scripts.js"></script>
21
  </body>
22
  </html>