Subversion Repositories eFlore/Applications.del

Rev

Rev 1517 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1517 Rev 1546
Line -... Line 1...
-
 
1
<!doctype html>
1
<html>
2
<html>
2
	<head>
3
	<head>
3
		<title>Redirection en html</title>
4
		<title>Redirection pour identiPlante et pictoFlora</title>
4
		<meta http-equiv="refresh" content="0;url=del.php" />
5
		<meta http-equiv="refresh" content="0;url=identiplante.php" />
5
	</head>
6
	</head>
6
	<body>
7
	<body>
7
	<p><a href="del.html">Si la redirection ne se fait pas automatiquement, cliquez sur ce lien.</a></p>
8
		<p>Si la redirection ne se fait pas automatiquement, choisissez l'application que vous souhaitez utiliser :</p>
-
 
9
		<ul>
-
 
10
			<li><a href="identiplante.php">identiPlante</a></li>
-
 
11
			<li><a href="pictoflora.php"></a>pictoFlora</li>
-
 
12
		</ul>
8
	</body>
13
	</body>
9
</html> 
14
</html> 
10
15