Skip to content

Instantly share code, notes, and snippets.

@mmaltsev
Last active March 26, 2018 21:57
Show Gist options
  • Save mmaltsev/2fc6871da59dccd3d3cae1106ef443a2 to your computer and use it in GitHub Desktop.
Save mmaltsev/2fc6871da59dccd3d3cae1106ef443a2 to your computer and use it in GitHub Desktop.
testcode1
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div class="outer-shadow">
<div class="inner-shadow">
<div class="menu">
<table>
<tr>
<td><a href="home.html">Home</a></td>
<td><a href="about.html">About Us</a></td>
<td><a href="contact.html">Contact</a></td>
</tr>
</table>
</div>
<img src="info.gif" alt="info.gif" />
<div class="heading">
Welcome to our site!
</div>
<p>Take a look around &hellip;</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment