diff options
Diffstat (limited to 'dist/index.html')
| -rw-r--r-- | dist/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..608658b --- /dev/null +++ b/dist/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title>BrokenTalents</title> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"></head> + <body> + <div id="app"></div> + <script type="text/javascript" src="build.js"></script></body> +</html> |
