Check for mime-type and JS fun
This commit is contained in:
@ -3,8 +3,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>http-server</title>
|
||||
<script src="main.js" async></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, World!</h1>
|
||||
|
||||
<button type="button" id="click-me">Click Me!</button>
|
||||
<div id="output"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user