Last active
March 26, 2018 21:57
-
-
Save mmaltsev/2fc6871da59dccd3d3cae1106ef443a2 to your computer and use it in GitHub Desktop.
testcode1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 …</p> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment