Skip to content

Instantly share code, notes, and snippets.

@juanbzpy
Last active October 25, 2016 00:47
Show Gist options
  • Save juanbzpy/a5ef513ea32f8ce20624b30f58ef190e to your computer and use it in GitHub Desktop.
Save juanbzpy/a5ef513ea32f8ce20624b30f58ef190e to your computer and use it in GitHub Desktop.
HTML example
<!DOCTYPE html>
<html>
<head>
<title>Home page</title>
</head>
<body>
<header>
<nav>
<a href="index.html">Home Page</a>
<a href="about.html">About</a>
</nav>
</header>
<p>Welcome to my website</p>
<footer>Website built by Juan Olvera</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment