44 lines
2.9 KiB
HTML
44 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Skills Service Manager</title>
|
|
<link rel="stylesheet" type="text/css" href="./startup/startup.css" />
|
|
<link rel="stylesheet" type="text/css" href="node_modules/jibo/resources/fonts.css" />
|
|
</head>
|
|
<body>
|
|
<div id="view-screen" class="center mode-empty">
|
|
<div id="view-content" class="center status-loading">
|
|
<svg class="icon-loading" x="0px" y="0px" viewBox="0 0 80 80" style="enable-background:new 0 0 80 80;" xml:space="preserve">
|
|
<circle class="st0" cx="39.9" cy="9.2" r="9"/>
|
|
<circle class="st0" cx="70.7" cy="40" r="7"/>
|
|
<circle class="st0" cx="39.9" cy="70.8" r="7"/>
|
|
<circle class="st0" cx="9.1" cy="40" r="7"/>
|
|
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 5.2044 48.9596)" class="st0" cx="61.7" cy="18.2" rx="7" ry="7"/>
|
|
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -25.6289 61.7312)" class="st0" cx="61.7" cy="61.8" rx="7" ry="7"/>
|
|
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -38.4005 30.8978)" class="st0" cx="18.1" cy="61.8" rx="7" ry="7"/>
|
|
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -7.5672 18.1263)" class="st0" cx="18.1" cy="18.2" rx="7" ry="7"/>
|
|
</svg>
|
|
<h1>
|
|
<svg class="icon icon-success success" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><g><path class="st0" d="M500,10C229.4,10,10,229.4,10,500c0,270.6,219.4,490,490,490c270.6,0,490-219.4,490-490C990,229.4,770.6,10,500,10z M394.5,740.7l-57.4-57.4l-0.4,0.4l-154-154l57.8-57.7l153.6,153.6L759.7,260l57.7,57.8L394.5,740.7z"/></g></svg>
|
|
<svg class="icon icon-error error" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><path class="st0" d="M500,10.3c-270.6,0-490,219.4-490,490s219.4,490,490,490s490-219.4,490-490S770.6,10.3,500,10.3z M740.3,683l-57.8,57.7L500,558.2L317.5,740.7l-57.4-57.4l-0.4,0.4l182.8-183.1L259.7,317.8l57.4-57.4l-0.4-0.4L500,443l182.7-183l57.7,57.8L557.6,500.6L740.3,683z"/></svg>
|
|
<span class="developer">Jibo</span>
|
|
<span class="int-developer">Skills Service Manager</span>
|
|
<span class="success">is Ready</span>
|
|
<span class="error">has Failed</span>
|
|
</h1>
|
|
<h2 id="view-message"></h2>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
|
|
'use strict';
|
|
const createProxyServer = require('./lib/skills-service-manager').default.createProxyServer;
|
|
createProxyServer(10223, 12345);
|
|
createProxyServer(9222, 9191);
|
|
|
|
require('./startup');
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html> |