13 lines
162 B
HTML
13 lines
162 B
HTML
|
|
<html>
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<title>Hello World</title>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<b><h1>Hello there!</h1></b>
|
||
|
|
<input type="text" size="15" id="123" value="foo"/>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|