| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <h1>Simple Webpage</h1> | |
| <p>This is a simple webpage.</p> | |
| <button id="first-button">Run some code</button> | |
| <button id="second-button">Run some more code</button> | |
| <script type="module" src="with-source-map.js"></script> | |
| </body> | |
| </html> |