Files
interactive/gms/KT/httpd/wwwroot/yhnews_monitor/status/index.html
T
2026-08-07 17:38:18 +09:00

16 lines
268 B
HTML

<html>
<head>
<script language="javascript" type="text/javascript">
<!--
function setLocationHref()
{
// set the location path as local page name.
window.location.href = 'bd/index.html';
}
//-->
</script>
</head>
<body onLoad="setLocationHref()">
</body>