mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-11-27 23:52:20 +00:00
14 lines
200 B
HTML
14 lines
200 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Midscene.js Playground</title>
|
|
<link rel="stylesheet" href="/lib/popup.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/lib/popup.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |