Skip to content

Instantly share code, notes, and snippets.

@natafaye
Created February 16, 2022 02:37
Show Gist options
  • Save natafaye/c6bf940038e26000b1cc2d95aa4648b8 to your computer and use it in GitHub Desktop.
Save natafaye/c6bf940038e26000b1cc2d95aa4648b8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<nav>
<h1>Chairs</h1>
<ul>
<li><a href="#">Pricing</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
<main>
<div>
<img src="images/chair.jpg" width="400"/>
</div>
<div>
<p>
fdjskfldjsfkldsjfkdslfjdsklfjdsklfjdskfldsj
</p>
</div>
<div>
More content
</div>
</main>
<footer>
Copyright 2022
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment