Skip to content

Instantly share code, notes, and snippets.

@kawaguchi
Created July 9, 2010 09:33
Show Gist options
  • Save kawaguchi/469276 to your computer and use it in GitHub Desktop.
Save kawaguchi/469276 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")
(ul :class "navi"
(li (a :href "/menu1" "menu 1"))
(li (a :href "/menu2" "menu 2"))
(li (a :href "/menu3" "menu 3"))))_
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment