diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/main/web/index.html | 9 |
2 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,4 @@ .*/ build/ -web/ out/ *.iml
\ No newline at end of file diff --git a/src/main/web/index.html b/src/main/web/index.html new file mode 100644 index 00000000..254831ca --- /dev/null +++ b/src/main/web/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title>KVision</title> + <script type="text/javascript" src="main.bundle.js"></script> +</head> +<body class="kvision"> +</body> +</html> |