You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
671 B
17 lines
671 B
2 years ago
|
<html>
|
||
|
<head>
|
||
|
<!-- FIXME: why is this living in the src dir and not the tests dir? -->
|
||
|
<!-- adding a test revision to this repo to test checkin notices -->
|
||
|
<!--[if lt IE 5.5]>
|
||
|
<script language="JavaScript" type="text/javascript" src="http://burstproject.org/burst/fix_ecma.js"></script>
|
||
|
<![endif]-->
|
||
|
<script language="JavaScript" type="text/javascript" src="../src/bootstrap1.js"></script>
|
||
|
<script language="JavaScript" type="text/javascript" src="../src/loader.js"></script>
|
||
|
<script language="JavaScript" type="text/javascript" src="../src/hostenv_browser.js"></script>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
Check your javascript log; the scripts were all loaded in the head.
|
||
|
</body>
|
||
|
</html>
|