+
+
+
+
\ No newline at end of file
diff --git a/src/js/src/index.html b/src/js/src/index.html
deleted file mode 100644
index 86d9f7d..0000000
--- a/src/js/src/index.html
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
-
-
-
- Solitude
-
-
-
-
-
-
-
アプリケーション
-
-
-
開閉
-
HOME
-
メニューアイテム2
-
メニューアイテム3
-
-
-
-
-
タブ1
-
タブ2
-
-
-
Hello Solitude World
-
This is first Solitude
-
-
-
Hello Solitude World 2
-
This is second Solitude
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/js/src/index.js b/src/js/src/index.js
index 091791f..15b65fe 100644
--- a/src/js/src/index.js
+++ b/src/js/src/index.js
@@ -8,7 +8,7 @@
nodeIntegration:true
}
});
- win.loadFile('index.html');
+ win.loadFile('app.html');
}
app.whenReady().then(createWindow)
\ No newline at end of file