Created
August 23, 2015 18:21
-
-
Save jfraboni/322cacf57b6e093dea6d 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.2/gist-embed.min.js"></script> | |
<link rel="stylesheet" href="css/studies.css" type="text/css" /> | |
<title>Studies</title> | |
</head> | |
<body> | |
<div id="all-contents"> | |
<nav> | |
<header>Sheba's Glorious Website</header> | |
<ul> | |
<li><a href="index.html">Home</a></li> | |
<li><a href="portfolio.html">Portfolio</a></li> | |
<li><a href="studies.html">Studies</a></li> | |
</ul> | |
</nav> | |
<main> | |
<div class="content"> | |
<h1>Javascript</h1> | |
<!-- YOUR NOTE SECTIONS GO BELOW HERE --> | |
<!-- YOUR NOTE SECTIONS GO ABOVE HERE --> | |
</div> | |
</main> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment