mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
28 lines
881 B
HTML
28 lines
881 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>React DevTools regression test</title>
|
|
<link rel="stylesheet" href="styles.css" />
|
|
</head>
|
|
<body>
|
|
<iframe src="canary.html"></iframe>
|
|
<iframe src="next.html"></iframe>
|
|
<iframe src="16.7.html"></iframe>
|
|
<iframe src="16.6.html"></iframe>
|
|
<iframe src="16.5.html"></iframe>
|
|
<iframe src="16.4.html"></iframe>
|
|
<iframe src="16.3.html"></iframe>
|
|
<iframe src="16.2.html"></iframe>
|
|
<iframe src="16.1.html"></iframe>
|
|
<iframe src="16.0.html"></iframe>
|
|
<iframe src="15.6.html"></iframe>
|
|
<iframe src="15.5.html"></iframe>
|
|
<iframe src="15.4.html"></iframe>
|
|
<iframe src="15.3.html"></iframe>
|
|
<iframe src="15.2.html"></iframe>
|
|
<iframe src="15.1.html"></iframe>
|
|
<iframe src="15.0.html"></iframe>
|
|
<iframe src="14.9.html"></iframe>
|
|
</body>
|
|
</html> |