Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 881 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 881 Bytes

!DOCTYPE html

<title>My Webpage</title>
<section id="home">
    <h1>Welcome to My Webpage</h1>
</section>

<section id="about">
    <h2>About Me</h2>
    <p>This is some information about me.</p>
</section>

<section id="contact">
    <h2>Contact</h2>
    <p>You can reach me at [email protected]</p>
</section>

<footer>
    <p>&copy; 2023 My Webpage</p>
</footer>