diff --git a/index.html b/index.html
index c377c8a..0404e70 100644
--- a/index.html
+++ b/index.html
@@ -1,15 +1,15 @@
-
-
-
-
- Custom itk-viewer Material UI Demo
-
-
-
+
+
+ Custom itk-viewer Boostrap UI Demo
+
+
+
+
-
-
+
+
- const uiMachineOptions = {
- href: new URL(
- '/src/materialUIMachineOptions.js',
- document.location.origin
- ).href
- }
- itkVtkViewer.createViewer(container, {
- image: ipfsImage,
- labelImage,
- rotate: false,
- config: { uiMachineOptions }
- })
-
-
-