diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-05-09 22:31:53 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-05-09 22:31:53 +0200 |
commit | 8a9b567bbb9d5bfb6ca6b6d3ef9752b56349044e (patch) | |
tree | 061b2413cfec0bef81380d240ffc545d34f8f805 | |
parent | 3aa601efa75efcc69b72340e87bfb626197e7e3a (diff) | |
download | kvision-8a9b567bbb9d5bfb6ca6b6d3ef9752b56349044e.tar.gz kvision-8a9b567bbb9d5bfb6ca6b6d3ef9752b56349044e.tar.bz2 kvision-8a9b567bbb9d5bfb6ca6b6d3ef9752b56349044e.zip |
redirect page
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 00000000..eda0d1a9 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Refresh" content="1"; url="https://github.com/rjaros/kvision" /> + </head> + <body> + <p>Please follow <a href="https://github.com/rjaros/kvision">this link</a>.</p> + </body> +</html> |