diff options
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> |