diff options
author | syn <isaqtm@gmail.com> | 2019-12-23 22:58:41 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2019-12-23 22:58:41 +0300 |
commit | eca1edf0943aa1531f41542508fa8504c96bc491 (patch) | |
tree | f6ef1e11705fcedafcf9db58c332691b1f9f761d /src/index.html | |
download | fcked-rt-eca1edf0943aa1531f41542508fa8504c96bc491.tar.gz |
Initial commit from nwb v0.23.0
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..d0bdd15 --- /dev/null +++ b/src/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <title>fcked-rt</title> + <meta name="description" content=""> + </head> + <body> + <div id="app"></div> + </body> +</html> |