diff options
Diffstat (limited to 'sca-cpp/trunk/modules/openid/htdocs/protected/index.html')
-rw-r--r-- | sca-cpp/trunk/modules/openid/htdocs/protected/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/openid/htdocs/protected/index.html b/sca-cpp/trunk/modules/openid/htdocs/protected/index.html index 3483c300a8..1799bc1006 100644 --- a/sca-cpp/trunk/modules/openid/htdocs/protected/index.html +++ b/sca-cpp/trunk/modules/openid/htdocs/protected/index.html @@ -17,5 +17,8 @@ under the License. --> -<html><body><h1>Protected area - It works!</h1></body></html> - +<html><body> +<h1>Protected area - It works!</h1> +<p><a href="hello">Hello component</a></p> +<p><a href="logout.html">Sign out</a></p> +</body></html> |