Created
July 25, 2011 13:03
-
-
Save fellix/1104068 to your computer and use it in GitHub Desktop.
lift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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