TIMBOVILL commited on
Commit
570d8a8
1 Parent(s): 0c54daa

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -1
index.html CHANGED
@@ -7,7 +7,15 @@
7
  <link rel="stylesheet" href="styles.css">
8
  </head>
9
  <body>
10
- <div id="app"></div>
 
 
 
 
 
 
 
 
11
  <script src="scripts.js"></script>
12
  </body>
13
  </html>
 
7
  <link rel="stylesheet" href="styles.css">
8
  </head>
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>