Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions server/public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
.api-link:hover {
transform: scale(1.05);
}
a {
color: #f06421;
text-decoration: none;
font-weight: 500;
}
a:hover {
text-decoration: underline;
}
.footer {
padding: 1rem;
width: 100%;
Expand All @@ -102,6 +110,10 @@ <h1>Service Available</h1>
Please point your preferred Administrator Launcher to:<br>
<span id="jnlp-text" class="jnlp-path-container"></span>
</p>
<p>
Don't have an Administrator Launcher yet? Learn about
<a href="https://docs.openintegrationengine.org/launchers/" target="_blank" rel="noopener noreferrer">available launcher options</a>.
</p>
<p>
You can also explore the Client API at the link below.
</p>
Expand Down