diff options
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/resources')
-rw-r--r-- | gui-editors/gui-editor-apex/src/main/resources/webapp/close.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/close.html b/gui-editors/gui-editor-apex/src/main/resources/webapp/close.html index 4ecd386..60c43a5 100644 --- a/gui-editors/gui-editor-apex/src/main/resources/webapp/close.html +++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/close.html @@ -23,7 +23,6 @@ <head> <meta charset="utf-8" /> <title>Apex Editor</title> -<link rel="stylesheet" type="text/css" href="css/close.css" /> <link rel="stylesheet" type="text/css" href="css/interfaceAssets.css"> </head> <body> @@ -32,13 +31,13 @@ </div> <div class="placeholder"> - <img class="onapLogo placeholderLogo" src="images/logo_onap.png" - alt="ONAP"> <img class="apexLogo placeholderLogo" - src="images/Apex.png" alt="Apex"> + <img class="onapLogo placeholderLogo" src="images/logo_onap.png" alt="ONAP"> <img + class="apexLogo placeholderLogo" src="images/Apex.png" alt="Apex" height="200"> <p>Thanks for using the Apex editor :-) <p> - For more information, see <a href="we need apex document link here">the - Apex confluence page.</a> + For more information, see <a + href="https://docs.onap.org/projects/onap-policy-parent/en/latest/apex/apex.html">the APEX-PDP + documentation.</a> </div> </body> |