mirror of
https://github.com/facebook/react.git
synced 2026-02-23 04:12:21 +00:00
Co-authored-by: Joel DSouza <joel.dsouza@kapturecrm.com> Co-authored-by: Damien Maillard <damien.maillard@dailymotion.com> Co-authored-by: Brian Vaughn <brian.david.vaughn@gmail.com>
14 lines
409 B
HTML
14 lines
409 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>React DevTools iframe test</title>
|
|
<link rel="stylesheet" href="styles.css" />
|
|
</head>
|
|
<body>
|
|
<iframe src="iframe-in-component.html"></iframe>
|
|
<iframe src="iframe-other-origin.html"></iframe>
|
|
<iframe src="iframe-same-origin-sandbox.html"></iframe>
|
|
<iframe src="iframe-same-origin.html"></iframe>
|
|
</body>
|
|
</html> |