14 lines
376 B
HTML
14 lines
376 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Home Page</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to My Website!</h1>
|
|
<p>Today is a beautiful day!</p>
|
|
<p>Feel free to explore.</p>
|
|
<p>Visit our <a href="/page1">Page 1</a>.</p>
|
|
<img src="https://toppng.com/uploads/preview/evidence-300x300-golden-baby-11564146233t27ef46tra.png" alt="Placeholder Image">
|
|
</body>
|
|
</html>
|