Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created April 25, 2012 16:26
Show Gist options
  • Save jraczak/2491071 to your computer and use it in GitHub Desktop.
Save jraczak/2491071 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link href="css.css" rel="stylesheet" type="text/css"/>
</head>
<body id="body">
<nav id="navbar">
<ul>
<li><a href="101finalproject.html">Home</a></li>
<li><a href="problemstatement.html">Problem Statement</a></li>
<li><a href="solution.html">Solution</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="visualization.html">Visuals</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<div id="banner">
<img src="banner.png">
</div>
<p id="mainbody">
I'm going to put some text here to show that it is under the banner!
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment