@sourceloop/ctrl-plane-orchestrator-service
Version:
ARC SaaS Orchestrator service.
104 lines (88 loc) • 2.06 kB
HTML
<html lang="en">
<head>
<title>Orchestrator Service</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="shortcut icon"
type="image/x-icon"
href="https://loopback.io/favicon.ico"
/>
<style>
h3 {
margin-left: 25px;
text-align: center;
}
a,
a:visited {
color: #3f5dff;
}
h3 a {
margin-left: 10px;
}
a:hover,
a:focus,
a:active {
color: #001956;
}
.power {
position: absolute;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
}
.info {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.info h1 {
text-align: center;
margin-bottom: 0;
}
.info p {
text-align: center;
margin-bottom: 3em;
margin-top: 1em;
}
@media (prefers-color-scheme: dark) {
body {
background-color: rgb(29, 30, 32);
color: white;
}
a,
a:visited {
color: #4990e2;
}
a:hover,
a:focus,
a:active {
color: #2b78ff;
}
}
</style>
</head>
<body>
<div class="info">
<h1>Orchestrator Service</h1>
<p>Version 0.0.1</p>
<h3>
OpenAPI spec:
<a href="${basePath}/explorer/openapi.json">/openapi.json</a>
</h3>
<h3>API Explorer: <a href="${basePath}/explorer">/explorer</a></h3>
<h3>Monitoring: <a href="${basePath}/obf">/monitor</a></h3>
</div>
<footer class="power">
<a href="https://v4.loopback.io" target="_blank">
<img
src="https://loopback.io/images/branding/powered-by-loopback/blue/powered-by-loopback-sm.png"
alt="Powered by loopback"
/>
</a>
</footer>
</body>
</html>