aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2017-08-16 01:59:55 +0200
committerRobert Jaros <rjaros@finn.pl>2017-08-16 01:59:55 +0200
commitfce6a5dcd7804b4ef618484182f8e8ebc053c761 (patch)
tree07ef257ea6fefc9a9391b95e426369fa35ceefd6
parente1523ed62e16b6ecfde1a1d6dd69599910c7085a (diff)
downloadkvision-fce6a5dcd7804b4ef618484182f8e8ebc053c761.tar.gz
kvision-fce6a5dcd7804b4ef618484182f8e8ebc053c761.tar.bz2
kvision-fce6a5dcd7804b4ef618484182f8e8ebc053c761.zip
Web directory
-rw-r--r--.gitignore1
-rw-r--r--src/main/web/index.html9
2 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c22012cd..4d615936 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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>