simple-sso/doc/samples/portal/portal.html

10 lines
373 B
HTML

<html><head>
<title>Single Sign-On Portal</title>
<link rel="stylesheet" type="text/css" href="portal.css">
<script type="application/javascript" src="portal.js"></script>
</head><body>
<h1>Available pages for <code>SSSO_USER</code></h1>
<p>Welcome SSSO_NAME! Here are the pages you can open using your single sign-on:</p>
<nav id="sites"></nav>
</body></html>