Files
http_server/www/index.html

15 lines
294 B
HTML

<!DOCTYPE html>
<html lang="en">
<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>