Untitled

 avatar
unknown
plain_text
2 years ago
377 B
5
Indexable
<!DOCTYPE html>
<html>
  <head>
    <title>My Website</title>
  </head>
  <body>
    <h1>Welcome to My Website</h1>
    <p>This is a paragraph of text on my website.</p>
    <ul>
      <li>List item 1</li>
      <li>List item 2</li>
      <li>List item 3</li>
    </ul>
    <a href="http://www.example.com">Click here to visit Example.com</a>
  </body>
</html>
Editor is loading...