9 lines
No EOL
177 B
HTML
9 lines
No EOL
177 B
HTML
<html>
|
|
<head>
|
|
<title>Home</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to the Home Page</h1>
|
|
<p>Click <a href="about.html">here</a> to go to the About Page</p>
|
|
</body>
|
|
</html> |