summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Discovery/htmldiscovery/html2010.html
blob: 61d13051a3393bd9479fb428ca353683b4bad30c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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">
<head>
	<title>Untitled Page</title>
	<link rel="openid2.provider" href="http://a/b" />
	<link rel="openid2.local_id" href="http://c/d" />
	<link rel="openid.server" href="http://e/f" />
	<link rel="openid.delegate" href="http://g/h" />
</head>
<body>
</body>
</html>