mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-01-14 16:48:33 +00:00
feat: Add package.json and remove info/donate links
This commit is contained in:
@@ -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
11
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user