should work now?
This commit is contained in:
28
node_modules/jibo-sdk/resources/gating/index.html
generated
vendored
Normal file
28
node_modules/jibo-sdk/resources/gating/index.html
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body{
|
||||
margin: 0px;
|
||||
width: 500px;
|
||||
height: 650px;
|
||||
}
|
||||
webview {
|
||||
border: none;
|
||||
width: 500px;
|
||||
height: 650px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
<webview id="website" partition="login" width="500" height="650" autosize="on" style="width:500px; height:650px" src="https://developers-dev.jibo.com/jibo/"></webview>
|
||||
-->
|
||||
<!-- -->
|
||||
<webview id="website" partition="login" width="500" height="650" autosize="on" src="https://support.jibo.com/c2login"></webview>
|
||||
|
||||
<script>
|
||||
require('./r');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user