Created
October 12, 2019 07:06
-
-
Save riccardogiorato/91e48f483553a50c318cdf6c1abc8da7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Example Title</h1> | |
<h2>Example SubTitle</h2> | |
<nav> | |
<a href="#normal">This is a menu link</a><br/> | |
<a href="#normal">This is a menu link</a><br/> | |
</nav> | |
<div id="content"> | |
<p>This is a normal paragraph</p> | |
<a href="#normal">This is a normal link</a> | |
</div> | |
<div id="footer"> | |
<p>This is the footer!</p> | |
<a href="#normal">This is a footer link</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment