Skip to content

Instantly share code, notes, and snippets.

@kawaguchi
Created July 9, 2010 09:33
Show Gist options
  • Save kawaguchi/469277 to your computer and use it in GitHub Desktop.
Save kawaguchi/469277 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Writing HTML with S-expression</title>
</head>
<body>
<div id="main">
<h1>Stag</h1>
<ul class="navi">
<li>
<a href="/menu1">menu 1</a>
</li>
<li>
<a href="/menu2">menu 2</a>
</li>
<li>
<a href="/menu3">menu 3</a>
</li>
</ul>
</div>_
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment