diff options
Diffstat (limited to 'BKUOnline/src/main/webapp/index.html')
-rw-r--r-- | BKUOnline/src/main/webapp/index.html | 57 |
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> |