diff options
Diffstat (limited to 'www/app/index.html')
-rw-r--r-- | www/app/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/app/index.html b/www/app/index.html new file mode 100644 index 0000000..440e0b6 --- /dev/null +++ b/www/app/index.html @@ -0,0 +1,13 @@ +<!doctype html> +<html> + <head> + <meta charset="UTF-8"> + <title>Bitmask</title> + <link rel="stylesheet" href="css/bootstrap.min.css"> + <link rel="stylesheet" href="css/common.css"> + </head> + <body> + <div id="app"></div> + <script src="app.bundle.js"></script> + </body> +</html>
\ No newline at end of file |