Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@



<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Portfolio Page</title>
</head>
<body>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>

<h1>Welcome To Benjamin Hunt - HTML Code Excercise Update</h1>

<section>
<h2>Things I Like</h2>
<ul>
<li>Coding</li>
<li>Challenging Myself</li>
<li>Travel</li>
<li>The Colour Blue</li>
</ul>
</section>
<section>
<h2>Things I Don't Like</h2>
<ul>
<li>Cold Showers</li>
<li>Standing Still</li>
<li>Gossip</li>
<li>Smelly Sandwich</li>
</ul>
</section>
</body>
</html>




NPM Clone Nifty Penguin Magic npm Enterprise Products Solutions Resources Docs Support Search Join Log In Build amazing
things Essential JavaScript development tools that help you go to market faster and build powerful applications using
modern open source code. See plans Join for free Bring the best of open source to your company npm is the tool used by
Expand Down