Add index.html file that redirects to the current version of evopedia-html5

This commit is contained in:
mossroy 2013-01-02 09:34:39 +01:00
parent 2d5ca803fe
commit 56ad575920
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
evopedia-html5/WebContent/evopedia.html~
evopedia-html5/WebContent/evopedia.js~
evopedia-html5/WebContent/remove_diacritics.js~
index.html~

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=evopedia-html5/evopedia.html">
</head>
<body>
<p align="center">Redirection to current version of evopedia-html5 :</p>
<p align="center">
<a href="evopedia-html5/evopedia.html">
evopedia-html5/evopedia.html</a></p>
<p align="center">If you are not redirected automatically within a few
seconds then please click on the link above.</p>
</body>
</html>