diff options
author | 0neGal <mail@0negal.com> | 2022-07-08 23:58:18 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-07-08 23:58:18 +0200 |
commit | 2e5fa64db8b2d6fe1d76bb248769d0fad4081d96 (patch) | |
tree | 98170a5e638df955908ccf639f20defe27fa4c2b /site/index.html | |
parent | 7a76a79035957451cdbf229cfaf57184b728a992 (diff) | |
download | Viper-2e5fa64db8b2d6fe1d76bb248769d0fad4081d96.tar.gz Viper-2e5fa64db8b2d6fe1d76bb248769d0fad4081d96.zip |
added site for redirecting to download URLs
This will be used instead of having to update download URLs every single
time a new release is made, simplifying everything.
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..a817e49 --- /dev/null +++ b/site/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>Viper</title> + </head> + <body> + <script src="main.js"></script> + </body> +</html> |