summaryrefslogtreecommitdiff
path: root/jarmonbuild/yuidoc_template/index.tmpl
blob: 0d4f505979de9df7e7be59b6163b6dabb475b7ad (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
	<script type="text/javascript">
		document.location.replace("${cleansedmodulename}.html");
	</script>
</head>
<body>
</body>
</html>