Skip to content

Instantly share code, notes, and snippets.

@ryanoneill
Created April 9, 2012 04:11
Show Gist options
  • Save ryanoneill/2341376 to your computer and use it in GitHub Desktop.
Save ryanoneill/2341376 to your computer and use it in GitHub Desktop.
Very Simple Web Page for Lift on Heroku
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<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">
<h2>Welcome to your project!</h2>
<p>
<span class="lift:helloWorld.howdy">
Welcome to your Lift app at <span id="time">Time goes here</span>
</span>
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment