Update index.html
This commit is contained in:
parent
c77103a391
commit
b7312db66d
1 changed files with 3 additions and 3 deletions
|
|
@ -78,15 +78,15 @@
|
|||
<h3>Sender importieren / exportieren</h3>
|
||||
<div class="share-content">
|
||||
<div class="share-section">
|
||||
<h4>Importieren (Base64-Code oder JSON-Datei)</h4>
|
||||
<h4>Importieren (String oder JSON-Datei)</h4>
|
||||
<div class="input-group">
|
||||
<input type="text" id="import-string-field" placeholder="Base64-Code einfügen...">
|
||||
<input type="text" id="import-string-field" placeholder="String einfügen...">
|
||||
<button onclick="importFromString()">Importieren</i></button> |
|
||||
<button onclick="importPreset()" title="JSON Upload"><i class="fas fa-file-upload"></i> JSON</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="share-section">
|
||||
<h4>Exportieren (Base64-Code oder JSON-Datei)</h4>
|
||||
<h4>Exportieren (String oder JSON-Datei)</h4>
|
||||
<div class="input-group">
|
||||
<input type="text" id="export-string-field" readonly placeholder="Code wird generiert...">
|
||||
<button onclick="copyExportCode()" title="Kopieren">Kopieren</i></button> |
|
||||
|
|
|
|||
Loading…
Reference in a new issue