build: web

This commit is contained in:
github-actions[bot]
2026-03-11 04:22:22 +00:00
parent 70402d9e30
commit 0887abffea
3 changed files with 7 additions and 7 deletions

6
dist/web/index.html vendored
View File

@@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" crossorigin src="/assets/index-cTpPMjvG.js"></script>
<script type="module" crossorigin src="/assets/index-D1eiXWSf.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BtIxyDe5.css">
</head>
<body>
<div id="overbar"><p>inØsight 2.2.0<a id="homepage" href="https://github.com/planetrenox/inzerosight">source</a></p></div>
<div id="overbar"><p>inØsight 2.3.0<a id="homepage" href="https://github.com/planetrenox/inzerosight">source</a></p></div>
<textarea id="textarea" placeholder="input text here..."></textarea>
<input id="encodeButton" type="button" name="button" value="encode to clipboard"/>
<input id="decodeButton" type="button" name="button" value="decode from text"/>
@@ -21,7 +21,7 @@
<select id="cipher">
<optgroup label="Encryption">
<option>PLAIN</option>
<option>SPECK32_64CTR</option>
<option>SPECK48_96CTR</option>
<option>SPECK32_64ECB (insecure)</option>
</optgroup>
</select>