summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/index.html
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-02-27 18:10:57 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-02-27 18:10:57 +0000
commit4387153c6f65b55d576e1890c5b582237227369e (patch)
tree61ca0fba74146ef0d70aaf92728dcd675cfe71f6 /BKUOnline/src/main/webapp/index.html
parent6576428966f1e3d688269a407b072fb01f9f7647 (diff)
downloadmocca-4387153c6f65b55d576e1890c5b582237227369e.tar.gz
mocca-4387153c6f65b55d576e1890c5b582237227369e.tar.bz2
mocca-4387153c6f65b55d576e1890c5b582237227369e.zip
1.1-rc2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@310 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/index.html')
-rw-r--r--BKUOnline/src/main/webapp/index.html57
1 files changed, 17 insertions, 40 deletions
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html
index 94e2890f..653da5b1 100644
--- a/BKUOnline/src/main/webapp/index.html
+++ b/BKUOnline/src/main/webapp/index.html
@@ -16,44 +16,21 @@
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
-<head>
-<title>BKU Online</title>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</head>
-<body>
-<style type="text/css">
- .box {
- margin-top: 10px;
- color: #292929;
- width: 300px;
- border: 1px solid #BABABA;
- background-color: #ddd;
- padding-left: 10px;
- padding-right: 10px;
- margin-left: 10px;
- margin-bottom: 1em;
- -o-border-radius: 10px;
- -moz-border-radius: 12px;
- -webkit-border-radius: 10px;
- -webkit-box-shadow: 0px 3px 7px #adadad;
- border-radius: 10px;
- -moz-box-sizing: border-box;
- -opera-sizing: border-box;
- -webkit-box-sizing: border-box;
- -khtml-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- }
-</style>
-<div id="animDiv" class="box">
-<p>
-<h1>TestRequest</h1>
-<a href="slRequestForm.html">Security Layer Request</a>
-<h1>STAL Service</h1>
-<a href="stal">STAL Service Endpoint Information</a>
-</p>
-</div>
-
-
-</body>
+ <head>
+ <title>BKU Online</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <style type="text/css" media="all">@import "css/main.css";</style>
+ </head>
+ <body>
+ <div id="animDiv" class="box">
+ <p>
+ <h1>SL Request</h1>
+ <a href="SLRequestForm.html">Security Layer Request</a>
+ <h1>PIN Management</h1>
+ <a href="PINManagement.jsp">PIN Management Applet</a>
+ <h1>STAL Service</h1>
+ <a href="stal">STAL Service Endpoint</a>
+ </p>
+ </div>
+ </body>
</html>