8 lines
82 B
HTML
8 lines
82 B
HTML
<html>
|
|
<head>
|
|
<title>Hello!</title></head>
|
|
<body>
|
|
<h1>Hello!</h1>
|
|
</body>
|
|
</html>
|