mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-11-24 22:17:25 +00:00
31 lines
672 B
HTML
31 lines
672 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 Visualizer</title>
|
|
{{css}}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<!-- it should be replaced by the actual content -->
|
|
{{dump}}
|
|
|
|
<div id="app" style="width: 100vw; height: 100vh;"></div>
|
|
|
|
<!-- -->
|
|
{{js}}
|
|
|
|
<script>
|
|
console.log(midsceneVisualizer);
|
|
midsceneVisualizer.default.mount('app');
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html> |