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

index.html « src « Adobe-Photoshop-Gui-Installer - github.com/MiMillieuh/Photoshop-CC2021-Linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b0d231f5fbf034dc9a3bb8f9f76c1c6ee33c1a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>