We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c85593 commit 4491848Copy full SHA for 4491848
1 file changed
server/public_html/index.html
@@ -79,6 +79,14 @@
79
.api-link:hover {
80
transform: scale(1.05);
81
}
82
+ a {
83
+ color: #f06421;
84
+ text-decoration: none;
85
+ font-weight: 500;
86
+ }
87
+ a:hover {
88
+ text-decoration: underline;
89
90
.footer {
91
padding: 1rem;
92
width: 100%;
@@ -102,6 +110,10 @@ <h1>Service Available</h1>
102
110
Please point your preferred Administrator Launcher to:<br>
103
111
<span id="jnlp-text" class="jnlp-path-container"></span>
104
112
</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>
105
117
<p>
106
118
You can also explore the Client API at the link below.
107
119
0 commit comments