beautify html code and change copyright date from 2006 to 2008.
This commit is contained in:
parent
0b118ea013
commit
a279ec12a1
|
@ -245,7 +245,7 @@ Start Adempiere via RUN_Adempiere </td>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td>© Copyright 2006 Adempiere - All rights reserved - <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">Adempiere License is GPL</a></td>
|
<td>© Copyright 2008 Adempiere - All rights reserved - <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">Adempiere License is GPL</a></td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Adempiere</title>
|
<title>Adempiere</title>
|
||||||
<meta name="description" content="Adempiere Root Page">
|
<meta name="description" content="Adempiere Root Page">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script language="JavaScript" type="text/javascript">
|
<script language="JavaScript" type="text/javascript">
|
||||||
document.location='adempiere.html';
|
document.location='adempiere.html';
|
||||||
</script>
|
</script>
|
||||||
<p>Click <a href="adempiere.html">here</a> if not forwarded automatically</p>
|
<p>Click <a href="adempiere.html">here</a> if not forwarded automatically</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue