Skip to content

Commit

Permalink
Update convertor.html
Browse files Browse the repository at this point in the history
  • Loading branch information
opiran-club authored Aug 17, 2024
1 parent 0010baa commit df79a63
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions convertor.html
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
<!DOCTYPE html>
<html lang="en">

<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WireGuard Config to v2ray URL</title><link rel="stylesheet" href="styles.css">
</head>

<body><div id="converter"><textarea id="configInput" placeholder="Paste your WireGuard config here..."></textarea>

<button onclick="convertToURL()">Convert to wireguard:// URL</button><div id="outputContainer"><div id="output"></div><button id="copyButton" style="display:none;" onclick="copyToClipboard()">Copy to Clipboard</button></div></div>

<script src="script.js"></script>
</body>
</html>
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>WireGuard Config to v2ray URL</title><link rel="stylesheet" href="styles.css"></head><body><div id="converter"><textarea id="configInput" placeholder="Paste your WireGuard config here..."></textarea><button onclick="convertToURL()">Convert to wireguard:// URL</button><div id="outputContainer"><div id="output"></div><button id="copyButton" style="display:none;" onclick="copyToClipboard()">Copy to Clipboard</button></div></div><script src="script.js"></script></body></html>

0 comments on commit df79a63

Please sign in to comment.