Skip to content

Instantly share code, notes, and snippets.

@TheJaredWilcurt
Created November 1, 2013 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheJaredWilcurt/7266832 to your computer and use it in GitHub Desktop.
Save TheJaredWilcurt/7266832 to your computer and use it in GitHub Desktop.
<frameset rows="40px,100%">
<frame src="header.htm" />
<frame src="http://site.com" />
</frameset>
<div class="wrapper">
<form>
<input type="text" name="url" />
<a href="">Go</a>
<a href="">Paste and Go</a>
</form>
<div class="credits">
<a href="credits.htm">About</a>
</div>
</div>
.wrapper {
width: 100%;
background: #048;
text-align: center; }
.credits {
position: absolute;
top: 0px;
right: 0px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment