diff --git a/.gitignore b/.gitignore index 2acb64c9..c90e67cb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,6 @@ .DS_Store .idea/* .parcel-cache -app/index.html -app/sculptgl.js cache/* dist build diff --git a/app/index.html b/app/index.html new file mode 100644 index 00000000..d632f364 --- /dev/null +++ b/app/index.html @@ -0,0 +1,40 @@ + + + + + + + + + + + Sculpt NG - A WebGL sculpting app + + + + + + + + + + + + + + +
+ +
+ + + + + \ No newline at end of file