11 lines
174 B
HTML
11 lines
174 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Sample Site</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>Welcome to the first page of the site</h2>
|
||
|
</body>
|
||
|
</html>
|