1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Cool tapes</title>
  5. </head>
  6. <body>
  7. <h1>Cool Tapes!</h1>
  8. <div class = "container">
  9. <div id="sentenceDisplay">
  10. </div>
  11. <button id="button">truth</button>
  12. <script type="text/javascript" src="App.js"></script>
  13. </body>
  14. </html>