further tried on read and write the config

This commit is contained in:
PaulaBras
2023-01-01 14:36:22 +01:00
parent 4882b82529
commit dd954dc760
3 changed files with 81 additions and 63 deletions

View File

@ -7,28 +7,36 @@
</head>
<body>
<button id="extract">Extract ZIP</button>
<p>Input URL</p>
<input type="text" id="urlBox" name="name" size="80" readonly />
<p>Input Directory</p>
<input type="text" id="dirBox" name="name" size="80" readonly />
<progress id="progressbar" max="100" value="0"></progress>
<button id="update">Check for update</button>
<select name="Dropme Down" id="gng"></select>
<select name="Dropme Down #2" id="files"></select>
<select id="gng"></select>
<select id="files"></select>
<button id="test">Test BTN</button>
<div id="login">
<p>Username</p>
<input type="text" id="username" />
<input type="checkbox" id="saveuser" />
<div class="tooltip">
<p>Username</p>
<input type="text" id="username" />
<input type="checkbox" id="saveuser" />
<p>Password</p>
<input type="password" id="password" />
<input type="checkbox" id="savepw" />
<span class="tooltiptext"
>Please be aware that the password you enter will be stored in plain
text in our system. This means that it will not be encrypted or
otherwise secured. We recommend that you do not use a password that
you also use for other important accounts, such as your email or
banking. Please use caution when entering your password and consider
using a unique and strong password specifically for this
account.</span
>
</div>
<div class="tooltip">
<p>Password Hoppie</p>
<input type="password" id="passwordhoppie" />
<input type="checkbox" id="savepwhoppie" />
@ -42,6 +50,7 @@
account.</span
>
</div>
<button id="savecred">Save your Credentials</button>
</div>
<script src="./renderer.js"></script>