moved rrweb-snapshot into packages/rrweb-snapshot

This commit is contained in:
Mark-fenng
2026-04-01 12:00:00 +08:00
parent c208a40e8e
commit 392c4bd871
53 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Main</title>
</head>
<body>
<iframe id="one"></iframe>
<iframe id="two" src="./frame1.html"></iframe>
</body>
</html>