feat: Add package.json and remove info/donate links

This commit is contained in:
2025-09-11 22:54:10 -07:00
parent 42277f6893
commit 61d9df2831
2 changed files with 14 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
<div id="overbar"><p>inØsight 2.1.0<a id="homepage" href="https://github.com/planetrenox/inzerosight" target="_blank">source</a></p></div> <div id="overbar"><p>inØsight 2.1.0<a id="homepage" href="https://github.com/planetrenox/inzerosight" target="_blank">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"/>
@@ -23,11 +23,9 @@
<option>SPECK32_64ECB</option> <option>SPECK32_64ECB</option>
</optgroup> </optgroup>
</select> </select>
<a id="info" href="https://github.com/planetrenox/inzerosight/blob/master/docs/info.md" target="_blank">info</a>
<p id="notice"> <p id="notice">
notice: some platforms restrict Ø width characters. notice: some platforms restrict Ø width characters.
<a id="versions" href="https://raw.githubusercontent.com/planetrenox/inzerosight/main/docs/donate" target="_blank">donate</a> </p>
</p>
<script src="dash.js"></script> <script src="dash.js"></script>
</body> </body>
<style> <style>

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "inzerosight",
"version": "2.1.0",
"description": "Communicate undetected in plain sight.",
"author": "planetrenox@pm.me",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/planetrenox/inzerosight.git"
}
}