build: web

This commit is contained in:
github-actions[bot]
2026-09-13 01:06:36 +00:00
parent 248b39bd1b
commit df12324fcb

62
dist/web/index.html vendored
View File

@@ -1,33 +1,33 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" crossorigin src="/assets/index-wRI3Wnct.js"></script> <script type="module" crossorigin src="/assets/index-wRI3Wnct.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DbbumV8Y.css"> <link rel="stylesheet" crossorigin href="/assets/index-DbbumV8Y.css">
<link rel="stylesheet" crossorigin href="/assets/index-DbbumV8Y.css"> </head>
</head> <body>
<body> <div id="overbar"><p>inØsight 3.0.0<span id="sigDetect"></span><a id="homepage" href="https://github.com/planetrenox/inzerosight" target="_blank" rel="noopener">source</a></p></div>
<div id="overbar"><p>inØsight 3.0.0<span id="sigDetect"></span><a id="homepage" href="https://github.com/planetrenox/inzerosight" target="_blank" rel="noopener">source</a></p></div> <textarea id="textarea" placeholder="input text here..."></textarea>
<textarea id="textarea" placeholder="input text here..."></textarea> <input id="encodeButton" type="button" name="button" value="encode to clipboard"/>
<input id="encodeButton" type="button" name="button" value="encode to clipboard"/> <input id="decodeButton" type="button" name="button" value="decode from text"/>
<input id="decodeButton" type="button" name="button" value="decode from text"/> <select id="encoder">
<select id="encoder"> <optgroup label="Standard">
<optgroup label="Standard"> <option>ZWUS-3</option>
<option>ZWUS-3</option> <option>ZWUS-6</option>
<option>ZWUS-6</option> <option>ZWUS-8</option>
<option>ZWUS-8</option> </optgroup>
</optgroup> </select>
</select> <select id="cipher">
<select id="cipher"> <optgroup label="Encryption">
<optgroup label="Encryption"> <option>PLAIN</option>
<option>PLAIN</option> <option>SPECK48_96CTR</option>
<option>SPECK48_96CTR</option> <option>SPECK32_64ECB (insecure)</option>
<option>SPECK32_64ECB (insecure)</option> </optgroup>
</optgroup> </select>
</select> <button id="sign" type="button" class="on">Sign</button>
<button id="sign" type="button" class="on">Sign</button> <p id="notice">
<p id="notice"> notice: some platforms restrict Ø width characters.
notice: some platforms restrict Ø width characters. </p>
</p> </body>
</html>