Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
opiran-club authored Aug 17, 2024
1 parent 340a6e6 commit 040ffe2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ <h2>WireGuard 2 v2ray Generator</h2>
<label for="allowedIPs">Allowed IPs:</label>
<input type="text" id="allowedIPs" name="allowedIPs" required>
<button type="button" onclick="convertToURL()">Generate URL</button>
<button type="button" onclick="copyToClipboard()">Copy to clipboard</button>
</form>
<div class="output">
<h3>Generated Config:</h3>
<p id="wg-uri"></p>
</div>
</div>
<p id="wg-uri"></p><button type="button" onclick="copyToClipboard()">Copy to Clipboard</button></div></div>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 040ffe2

Please sign in to comment.