Skip to content

Instantly share code, notes, and snippets.

@bjartek
Created September 1, 2009 23:06
Show Gist options
  • Save bjartek/179448 to your computer and use it in GitHub Desktop.
Save bjartek/179448 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:lift="http://liftweb.net/">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>Chat demo</title>
<script id="jquery" src="/classpath/jquery.js" type="text/javascript"></script>
</head>
<body>
<lift:bind name="content" />
<lift:msgs/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment