<html>
<head>
  <title>This is an identity page</title>
  <link rel="openid.server" href="<%= url_for :action=>'server', :only_path=>false %>">
</head>
<body style='background-color: #CCCCFF;'>
  <p>This is an identity page for <%= @user %>.</p>
  <p><%= link_to 'home', :action=>'main' %></p>
</body>
</html>
