blob: 2dbd5cc879b63c0bb30cc56eaa54c9746a1dce43 [file] [log] [blame]
<!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>