11 lines
133 B
HTML
11 lines
133 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Title of the document</title>
|
|
</head>
|
|
|
|
<body>
|
|
The content of the document......
|
|
</body>
|
|
|
|
</html> |