9 lines
205 B
HTML
9 lines
205 B
HTML
<!DOCTYPE HTML>
|
|
<html><head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Hello World</title>
|
|
</head><body>
|
|
<h2>Hello world!</h2>
|
|
<img src="images\smiley.jpg">
|
|
</body></html>
|