mirror of
https://github.com/sigmasternchen/drnk.me
synced 2025-03-15 09:48:54 +00:00
6 lines
391 B
PHP
6 lines
391 B
PHP
<div class="result">
|
|
<a href="<?php echo $data["url"] ?? ""; ?>" target="_blank"><?php echo $data["url"] ?? ""; ?></a>
|
|
<a href="javascript:copy('.result a')" class="copy"><i class="fa-regular fa-copy"></i></a>
|
|
</div>
|
|
<!-- <?php echo $data["accessKey"] ?? ""; ?> -->
|
|
Click <a hx-get="/?formonly" hx-swap="innerHTML" hx-target=".center-panel" href="/">here</a> to create another link.
|