Skip to content

Instantly share code, notes, and snippets.

@JamesVanWaza
Created May 24, 2014 15:50
Show Gist options
  • Save JamesVanWaza/880ada2613ec12058906 to your computer and use it in GitHub Desktop.
Save JamesVanWaza/880ada2613ec12058906 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>University of Dewantara</title>
</head>
<body>
<nav>
<div class="inside">
<ul>
<li><a href="#">Home <span>Welcome</span></a></li>
<li><a href="#">About <span>Learn More</span></a></li>
<li><a href="#">Academic <span>Our Education</span></a></li>
</ul>
</div>
</nav>
<form action="">
<div>
<input type="search" placehoder="Input your terms...">
<input type="submit" value="Search">
</div>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment