Untitled

Anonymous
plain_text
03/06/2023 6:27 AM
504 B
22
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...