Files
jibo-cli/templates/behavior-template/index.html

24 lines
498 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>__skill-page-title__</title>
<style>
body {
margin: 0;
overflow: hidden;
background: #000;
}
#face {
width: 1280px;
height: 720px;
}
</style>
</head>
<body>
<div id="face"></div>
<script>
require('./index');
</script>
</body>
</html>