mirror of
https://github.com/facebook/react.git
synced 2026-02-25 13:13:03 +00:00
14 lines
309 B
HTML
14 lines
309 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Scheduling Profiler Fixture</title>
|
|
|
|
<script src="./scheduler.js"></script>
|
|
<script src="./react.js"></script>
|
|
<script src="./react-dom.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="container"></div>
|
|
<script src="./app.js"></script>
|
|
</body>
|
|
</html> |