9 lines
205 B
HTML
9 lines
205 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
var commandModuleStr = '<script src="path_to_hookjs_template" type="text/javascript"><\/script>';
|
|
document.write(commandModuleStr);
|
|
</script>
|
|
</head>
|
|
</html>
|