add a index.html file to redirect automaticly to snap.html

pull/3/merge
Théo Segonds 2015-06-07 17:05:49 +02:00
rodzic 1b2e0aded4
commit 14a5f87402
1 zmienionych plików z 7 dodań i 0 usunięć

7
index.html 100644
Wyświetl plik

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta HTTP-EQUIV="REFRESH" content="0.1; url=snap.html">
</head>
</html>