-rw-r--r-- | test/html/head-in-body.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/html/head-in-body.html b/test/html/head-in-body.html new file mode 100644 index 0000000..0f778f3 --- a/dev/null +++ b/test/html/head-in-body.html @@ -0,0 +1,10 @@ +<html> + <head> + </head> + <body> + <head> + <link rel="openid.server" href="http://www.klever.net/openid.server" /> + <link rel="openid.delegate" href="http://hacker.klever.net/" /> + </head> + </body> +</html> |