base
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user