Skip to content

Instantly share code, notes, and snippets.

@martensonbj
Created August 16, 2016 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save martensonbj/b98a7d300ead397945aa038fe9aa078a to your computer and use it in GitHub Desktop.
Save martensonbj/b98a7d300ead397945aa038fe9aa078a to your computer and use it in GitHub Desktop.
<div>
<p>Main Title</p>
<form action="/" method="get">
<input type="search">
<input type="submit">
</form>
</div>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/products">About</a></li>
<li><a href="/about">Contact</a></li>
</ul>
<div>
<div>
<p>Content Title Subject One</p>
<p>This is the content of this important section</p>
</div>
<div>
<p>Content Title Subject Two</p>
<p>This is the content of the section important section</p>
</div>
<div>
<img src="mountain.jpg" />
</div>
</div>
<div>
<span>Copyright &amp;copy; Aurelio De Rosa 2014</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment