- <!DOCTYPE html>
- <html>
- <head>
- <title>Cool tapes</title>
- </head>
- <body>
- <h1>Cool Tapes!</h1>
- <div class = "container">
- <div id="sentenceDisplay">
- </div>
- <button id="button">truth</button>
- <script type="text/javascript" src="App.js"></script>
- </body>
- </html>
|