gnu-social/vendor/openid/php-openid/Tests/Auth/OpenID/data/test_discover_openid_1_and_2.html
Diogo Cordeiro 2a06261f75 [CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
This adds a composer.json for all dependencies that are available
2019-08-03 17:47:24 +01:00

12 lines
409 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Identity Page for Smoker</title>
<link rel="openid2.provider openid.server" href="http://www.myopenid.com/server" />
<link rel="openid2.local_id openid.delegate" href="http://smoker.myopenid.com/" />
</head>
<body>
<p>foo</p>
</body>
</html>