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 040ffe2 commit 0e27521
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ <h2>WireGuard 2 v2ray Generator</h2>
</form>
<div class="output">
<h3>Generated Config:</h3>
<p id="wg-uri"></p><button type="button" onclick="copyToClipboard()">Copy to Clipboard</button></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 0e27521

Please sign in to comment.