datahub/demo/index.html

9 lines
209 B
HTML

<script type="text/javascript">
var newloc = '../app/';
if (window.location.search) {
newloc += window.location.search;
}
newloc += window.location.hash;
window.location.href = newloc;
</script>