Skip to content

Commit cf698fa

Browse files
committed
Add index.html redirect to tomato.html
1 parent b03b848 commit cf698fa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=tomato.html">
6+
<title>Tomato - Redirection</title>
7+
</head>
8+
<body>
9+
<p>Redirection vers <a href="tomato.html">Tomato</a>...</p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)