Skip to content

Instantly share code, notes, and snippets.

@pure
Created December 8, 2009 21:42
Show Gist options
  • Save pure/252020 to your computer and use it in GitHub Desktop.
Save pure/252020 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>template</title>
</head>
<body>
<div class="template"></div>
<script>
var directive = {
'.':'name'
};
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment