mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
16 lines
333 B
HTML
16 lines
333 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="jasmine.css" />
|
|
<script src="jasmine.js"></script>
|
|
<script src="react-test.js"></script>
|
|
<script>
|
|
window.onload = function() {
|
|
require("jasmine").getEnv().execute();
|
|
};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|