Skip to content

Instantly share code, notes, and snippets.

@Ozerich
Created March 27, 2011 16:11
Show Gist options
  • Select an option

  • Save Ozerich/889331 to your computer and use it in GitHub Desktop.

Select an option

Save Ozerich/889331 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<link rel="stylesheet" type="text/css" href="css/reset.css"/>
</head>
<body>
<div id="top-wrapper">
<div id="header">
<div id="logo">
</div>
<div id="contacts">
</div>
<div id="nav">
</div>
</div>
<div id="right">
</div>
</div>
<div id="content">
</div>
<div id="bottom-wrapper">
<div id="footer">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment