diff --git a/src/js/src/app.html b/src/js/src/app.html new file mode 100644 index 0000000..86d9f7d --- /dev/null +++ b/src/js/src/app.html @@ -0,0 +1,92 @@ + + + + + + + + Solitude + + + +
+
+ +
    + + + + +
+
+
+ +
+

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.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 - - - -
-
- -
    - - - - -
-
-
- -
-

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