diff options
author | 0neGal <mail@0negal.com> | 2022-07-09 00:02:13 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-07-09 00:02:13 +0200 |
commit | eaa6437ad476f73a5b4464938c806bcdc53c8899 (patch) | |
tree | c6dfe33dcb172941473223929a6f8e4ca2d56a75 /docs/index.html | |
parent | 2bd408ece80e8cf3b94aafd75e481e487b867bb3 (diff) | |
download | Viper-eaa6437ad476f73a5b4464938c806bcdc53c8899.tar.gz Viper-eaa6437ad476f73a5b4464938c806bcdc53c8899.zip |
move site/ to docs/
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..a817e49 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>Viper</title> + </head> + <body> + <script src="main.js"></script> + </body> +</html> |