Skip to content

Instantly share code, notes, and snippets.

@magyarn
Created May 10, 2018 16:29
Show Gist options
  • Save magyarn/37e1a499c39327f2d3c454f8e1557265 to your computer and use it in GitHub Desktop.
Save magyarn/37e1a499c39327f2d3c454f8e1557265 to your computer and use it in GitHub Desktop.
...
<body>
<header>
<p>My Portfolio</p>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
</header>
<main></main>
<footer></footer>
</body>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment