mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
7 lines
199 B
HTML
7 lines
199 B
HTML
|
|
html text<br/>
|
||
|
|
<script type="text/javascript">/* <![CDATA[ */
|
||
|
|
testFoo = "foo"; $('#foo').html('foo');
|
||
|
|
ok( true, "test.html executed" );
|
||
|
|
/* ]]> */</script>
|
||
|
|
<script src="data/test.js"></script>
|
||
|
|
blabla
|