diff options
| author | Théo Segonds <showok@showok.info> | 2015-06-07 17:05:49 +0200 |
|---|---|---|
| committer | Théo Segonds <showok@showok.info> | 2015-06-07 17:05:49 +0200 |
| commit | 14a5f87402fde84d332e5e9b6e44c3f3b9cf1421 (patch) | |
| tree | 6d595bcab1f81fb09c076ea0e54ef5cc3ac869b5 | |
| parent | 1b2e0aded404f23bfe8d47edf3053ccb24011e92 (diff) | |
| download | snap-14a5f87402fde84d332e5e9b6e44c3f3b9cf1421.tar.gz snap-14a5f87402fde84d332e5e9b6e44c3f3b9cf1421.zip | |
add a index.html file to redirect automaticly to snap.html
| -rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..4c1a0f4 --- /dev/null +++ b/index.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> + <head> + <meta HTTP-EQUIV="REFRESH" content="0.1; url=snap.html"> + </head> +</html> + |
