Skip to content

Instantly share code, notes, and snippets.

@caritos
Created January 24, 2010 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caritos/285116 to your computer and use it in GitHub Desktop.
Save caritos/285116 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="Eladio Caritos" />
<script src="/javascripts/prototype.js" type="text/javascript"></script>
<script src="/javascripts/scriptaculous.js" type="text/javascript"></script>
</head>
<body>
<a href="/">Eladio Caritos</a><br/>
<a href="#" onclick="Effect.toggle('toggle_blind', 'blind'); return false;">Contact</a>
<div style="display: none;" id="toggle_blind">
<div>
<script type="text/javascript">var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">
var s7x3k7 = new WufooForm();
s7x3k7.initialize({
'userName':'caritos',
'formHash':'s7x3k7',
'autoResize':true,
'height':'511'});
s7x3k7.display();
</script>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment