diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/web/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
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> |