keycloak-scim/examples/demo-template/customer-app-js/src/main/webapp/index.html

13 lines
281 B
HTML
Raw Normal View History

2014-02-18 16:27:47 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
</head>
<body bgcolor="#E3F6CE">
<h1>Customer Portal JS</h1>
<p><a href="customers/view.html">Customer Listing</a></p>
</body>
</html>