core-jgi/serverRoot/index.html

14 lines
392 B
HTML
Raw Normal View History

2006-11-17 10:13:45 +07:00
<html>
<head>
<title>ADempiere</title>
<meta name="description" content="Adempiere Root Page">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2006-11-17 10:13:45 +07:00
</head>
<body>
<script language="JavaScript" type="text/javascript">
document.location='adempiere.html';
</script>
<p>Click <a href="adempiere.html">here</a> if not forwarded automatically</p>
2006-11-17 10:13:45 +07:00
</body>
</html>