Skip to content

Instantly share code, notes, and snippets.

@jfraboni
Created August 23, 2015 18:21
Show Gist options
  • Save jfraboni/322cacf57b6e093dea6d to your computer and use it in GitHub Desktop.
Save jfraboni/322cacf57b6e093dea6d to your computer and use it in GitHub Desktop.
<!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