Skip to content

Instantly share code, notes, and snippets.

@NodarDavituri
Created December 3, 2012 11:43
Show Gist options
  • Save NodarDavituri/4194440 to your computer and use it in GitHub Desktop.
Save NodarDavituri/4194440 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">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Omedia, Horizontal CSS Menu</title>
</head>
<body>
<ul>
<li>ელემენტი 1</li>
<li>ელემენტი 2</li>
<li>ელემენტი 3</li>
<li>ელემენტი 4</li>
<li>ელემენტი 5</li>
<li>ელემენტი 6</li>
<li>ელემენტი 7</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment