Files
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

19 lines
290 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Hello World</title>
<script src="window.js"></script>
</head>
<body>
<form id="main-form">
<input id="your-name" size="30">
<input type="submit">
</form>
Your name is: <div id="output"></div>
</body>
</html>