The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html>
<html>
<!-- TODO : Bootstrappy and meta. This page could replace itself -->
<!-- TODO : rewrite with templates -->
  <head>
    <title>Validation</title>
    <script src="/yote/js"></script>

    <script src="/js/main.js"></script>

    <link href="/yote.css" rel="stylesheet" type="text/css" media="all" />
    <link href="/css/main.css" rel="stylesheet" type="text/css" media="all" />

    <META NAME="Author" CONTENT="Eric Wolf, coyocanid@gmail.com">

    <STYLE>
    </STYLE>

    <script>
    $().ready(function(){
	$( '#mainpanel' ).hide();
	$.yote.init();
	var root = $.yote.fetch();
	var params = $.yote.util.url_params();
	root.validate( params['t'] );
	$( '#body' ).text( "Your account is now registered." );
    });
    </script>
  </head>

  <BODY>
    <header>
      <h1>Yote registration page</h1>
    </header>
    <div id="body"></div>	   
  </body>
</html>