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 bd04ffc commit 5f26596
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions convertor.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
<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">
<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>
<div id="output">
<button onclick="convertToURL()">Convert to wireguard:// URL</button>
<button id="copyButton" style="display:none;" onclick="copyToClipboard()">Copy to Clipboard</button>
</div>
</div>

<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 5f26596

Please sign in to comment.