kyle8581's picture
upload
dd39c08
raw
history blame contribute delete
202 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Simple HTML Page</title>
</head>
<body>
<label for="textbox">Enter some text:</label>
<input type="text" id="textbox" name="textbox">
</body>
</html>