aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzefferer <tzefferer@gmail.com>2018-07-27 13:15:06 +0200
committertzefferer <tzefferer@gmail.com>2018-07-27 13:15:06 +0200
commit135088e2ee76f7edae9bf39607d24ca23eb90e35 (patch)
tree7c3e93ecde00fb71e143e4b9b42febe8b0479f98
parent84f5ffce2e66e52a07ef6bdcb802e268566168e0 (diff)
parent43e38b02f70b121da4fa2fd20f1e3581dee4bc3a (diff)
downloadNational_eIDAS_Gateway-135088e2ee76f7edae9bf39607d24ca23eb90e35.tar.gz
National_eIDAS_Gateway-135088e2ee76f7edae9bf39607d24ca23eb90e35.tar.bz2
National_eIDAS_Gateway-135088e2ee76f7edae9bf39607d24ca23eb90e35.zip
Merge branch 'master' of gitlab.iaik.tugraz.at:egiz/eidas_at_proxy
-rw-r--r--connector/src/main/webapp/css/css_country.css2
-rw-r--r--connector/src/main/webapp/index.html24
2 files changed, 25 insertions, 1 deletions
diff --git a/connector/src/main/webapp/css/css_country.css b/connector/src/main/webapp/css/css_country.css
index 97a350c0..59282da3 100644
--- a/connector/src/main/webapp/css/css_country.css
+++ b/connector/src/main/webapp/css/css_country.css
@@ -1,6 +1,6 @@
@charset "utf-8";
body {
- background-image: url(img/globus_eu.png);
+ background-image: url(../img/globus_eu.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;
diff --git a/connector/src/main/webapp/index.html b/connector/src/main/webapp/index.html
index e69de29b..55370ebe 100644
--- a/connector/src/main/webapp/index.html
+++ b/connector/src/main/webapp/index.html
@@ -0,0 +1,24 @@
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+ <link rel="stylesheet" href="css/css_error.css" />
+
+ <title>Austrian specific eIDAS-Connector</title>
+</head>
+
+<body>
+ <div id="page">
+ <div id="page1" class="case selected-case" role="main">
+ <h2 class="OA_header" role="heading">Austrian specific eIDAS-Connector</h2>
+
+ <div class="hell" role="application" >
+ <p>Your are on the Austrian specific eIDAS-Connector.
+ <br><br>
+ This service acts as a national gateway to eIDAS proxy-services and can by only used in combination with Austrian online applications. </p>
+
+ </div>
+
+ </div>
+ </div>
+</body>
+</html> \ No newline at end of file