diff options
| author | Jens Mönig <jens@moenig.org> | 2015-06-25 15:43:52 +0200 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2015-06-25 15:43:52 +0200 |
| commit | 4755fe22ac6dca3b544b123b30337b1015e10cdd (patch) | |
| tree | 47de07210047633688e3ad851f690f2a558d3575 /index.html | |
| parent | c8ef53f9a982514320af546b4cb95d069628cd65 (diff) | |
| parent | 14a5f87402fde84d332e5e9b6e44c3f3b9cf1421 (diff) | |
| download | snap-4755fe22ac6dca3b544b123b30337b1015e10cdd.tar.gz snap-4755fe22ac6dca3b544b123b30337b1015e10cdd.zip | |
Merge pull request #821 from show0k/master
Remove harcoded url in gui.js (fix #814)
Diffstat (limited to 'index.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> + |
