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