Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
24
simulator/single-instance-dialog.html
Normal file
24
simulator/single-instance-dialog.html
Normal 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>
|
||||
Reference in New Issue
Block a user