mirror of
https://github.com/facebook/react.git
synced 2026-02-22 11:51:55 +00:00
17 lines
366 B
HTML
17 lines
366 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="jasmine.css" />
|
|
<script src="jasmine.js"></script>
|
|
<script src="jasmine-html.js"></script>
|
|
<script src="react-test.js"></script>
|
|
<script>
|
|
window.onload = function() {
|
|
jasmine.getEnv().execute();
|
|
};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|