Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MiMillieuh/Photoshop-CC2021-Linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Adobe-Photoshop-Gui-Installer/src/index.html')
-rw-r--r--Adobe-Photoshop-Gui-Installer/src/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/Adobe-Photoshop-Gui-Installer/src/index.html b/Adobe-Photoshop-Gui-Installer/src/index.html
new file mode 100644
index 0000000..5b0d231
--- /dev/null
+++ b/Adobe-Photoshop-Gui-Installer/src/index.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8" />
+ <title>Photoshop Installer</title>
+ <link rel="stylesheet" href="index.css" />
+ </head>
+ <body>
+ <div id="container">
+ <div id="header">
+ <h3 id="Status">Idle</h3>
+ <h3>Installation process can take a while</h3>
+ </div>
+ <div id="statusbar"></div>
+ <div id="productinfo">
+ <img src="Assets/photoshop.png" alt="">
+ <center>
+ <h2>Photoshop 2022 <br> By MiMillieuh</h2>
+ <h4>Please use this software only if you own an active Photoshop subscribtion, I'm not responsable of any use without licenses.</h4>
+ </center>
+ </div>
+
+<center>
+ <button id="installbtn" onclick="OpenFile()">Install Photoshop</button>
+ <br>
+ <br>
+ <!--
+ <label for="cameraraw">Install Camera Raw</label>
+ <input type="checkbox" name="cameraraw" id="cameraraw">
+ -->
+ </center>
+
+ </div>
+ <script src="renderer.js"></script>
+ </body>
+</html>