Skip to content

Instantly share code, notes, and snippets.

@fellix
Created July 25, 2011 13:03
Show Gist options
  • Select an option

  • Save fellix/1104068 to your computer and use it in GitHub Desktop.

Select an option

Save fellix/1104068 to your computer and use it in GitHub Desktop.
lift
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<title>Home</title>
</head>
<body class="lift:content_id=main">
<div id="main" class="lift:surround?with=default;at=content">
<div>
Hi, I'm a page that contains the time:
<span class="lift:TimeNow">??? some time</span>.
</div>
<div>
And a button: <button class="lift:ClickMe">Click Me</button>.
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment