Skip to content

Commit 9349375

Browse files
tibisabautonygermano
authored andcommitted
Add link to administrator launcher options
Signed-off-by: Tiberiu Sabău <T.Sabau@student.tudelft.nl>
1 parent 9a36030 commit 9349375

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

server/public_html/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@
7979
.api-link:hover {
8080
transform: scale(1.05);
8181
}
82+
a {
83+
color: #f06421;
84+
text-decoration: none;
85+
font-weight: 500;
86+
}
87+
a:hover {
88+
text-decoration: underline;
89+
}
8290
.footer {
8391
padding: 1rem;
8492
width: 100%;
@@ -102,6 +110,10 @@ <h1>Service Available</h1>
102110
Please point your preferred Administrator Launcher to:<br>
103111
<span id="jnlp-text" class="jnlp-path-container"></span>
104112
</p>
113+
<p>
114+
Don't have an Administrator Launcher yet? Learn about
115+
<a href="https://docs.openintegrationengine.org/launchers/" target="_blank" rel="noopener noreferrer">available launcher options</a>.
116+
</p>
105117
<p>
106118
You can also explore the Client API at the link below.
107119
</p>

0 commit comments

Comments
 (0)