midscene/packages/visualizer/html/playground.html
yuyutaotao c288baa448
feat: make playground working in the browser (#135)
---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2024-10-28 11:04:40 +08:00

23 lines
488 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<link rel="icon" type="image/png" sizes="32x32"
href="https://lf3-static.bytednsdoc.com/obj/eden-cn/vhaeh7vhabf/favicon-32x32.png">
<title>Midscene Playground</title>
{{css}}
</head>
<body>
<div id="app" style="width: 100vw; height: 100vh;"></div>
{{js}}
<!-- bootstrap -->
{{bootstrap}}
</body>
</html>