Initial commit — jibo-cli v3.0.7 with bundled node_modules

This commit is contained in:
pasketti
2026-04-05 18:40:18 -04:00
commit b2569b4ce4
10488 changed files with 1631271 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<title>Jibo Simulator</title>
<link rel="stylesheet" type="text/css" href="assets/css/client.css" />
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css"/>
<style>
body{
background-color: #404040;
}
h1{
font-size: 16px;
color: #efefef;
padding: 30px;
text-align: center;
padding-top: 62px;
}
</style>
</head>
<body>
<h1>The Simulator is already running. Please close the open instance of the Simulator before launching a new one.</h1>
</body>
</html>