keycloak-scim/services/src/main/resources/welcome-content/index.html

51 lines
2.2 KiB
HTML
Raw Normal View History

2014-01-13 15:04:53 +00:00
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright (c) 2011, Red Hat, Inc., and individual contributors
~ as indicated by the @author tags. See the copyright.txt file in the
~ distribution for a full listing of individual contributors.
~
~ This is free software; you can redistribute it and/or modify it
~ under the terms of the GNU Lesser General Public License as
~ published by the Free Software Foundation; either version 2.1 of
~ the License, or (at your option) any later version.
~
~ This software is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
~ Lesser General Public License for more details.
~
~ You should have received a copy of the GNU Lesser General Public
~ License along with this software; if not, write to the Free
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
2014-04-24 14:04:33 +00:00
<title>Welcome to Keycloak</title>
<link rel="shortcut icon" href="welcome-content/favicon.ico" type="image/x-icon">
<link rel="StyleSheet" href="welcome-content/keycloak.css" type="text/css">
2014-01-13 15:04:53 +00:00
</head>
<body>
<div class="wrapper">
<div class="content">
<div class="logo">
2014-04-24 14:04:33 +00:00
<img src="welcome-content/keycloak_logo.png" alt="Keycloak" border="0" />
2014-01-13 15:04:53 +00:00
</div>
<h1>Welcome to Keycloak</h1>
<h3>Your Keycloak is running.</h3>
2014-04-24 14:04:33 +00:00
<p><a href="http://www.keycloak.org/docs">Documentation</a> | <a href="/auth/admin/">Administration Console</a> </p>
2014-01-13 15:04:53 +00:00
<p><a href="http://www.keycloak.org">Keycloak Project</a> |
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user">Mailing List</a> |
<a href="https://issues.jboss.org/browse/KEYCLOAK">Report an issue</a></p>
2014-04-24 14:04:33 +00:00
<p class="logos"><a href="http://www.jboss.org"><img src="welcome-content/jboss_community.png" alt="JBoss and JBoss Community" width="254" height="31" border="0"></a></p>
2014-01-13 15:04:53 +00:00
</div>
</div>
</body>
</html>