mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-06-27 23:22:12 +00:00
Fix: open source link in new tab from popup
Co-authored-by: Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<link rel="stylesheet" href="style.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.2.0<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>
|
||||
<input id="encodeButton" type="button" name="button" value="encode to clipboard"/>
|
||||
<input id="decodeButton" type="button" name="button" value="decode from text"/>
|
||||
|
||||
Reference in New Issue
Block a user