14 lines
392 B
HTML
14 lines
392 B
HTML
<html>
|
|
<head>
|
|
<title>iDempiere</title>
|
|
<meta name="description" content="iDempiere Root Page">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body>
|
|
<script language="JavaScript" type="text/javascript">
|
|
document.location='idempiere.html';
|
|
</script>
|
|
<p>Click <a href="idempiere.html">here</a> if not forwarded automatically</p>
|
|
</body>
|
|
</html>
|