mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-11-29 16:39:58 +00:00
23 lines
488 B
HTML
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> |