mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
settings page, clipboard component
This commit is contained in:
10
templates/components/clipboard/index.html
Normal file
10
templates/components/clipboard/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<img class="<.= COPY_CLASS .>"
|
||||
src="<.= crate::FILES.get("./static/cache/img/svg/clipboard.svg").unwrap() .>"
|
||||
alt="<.= COPY_ALT .>"
|
||||
data-<.= clipboard_data.0 .>="<.= clipboard_data.1 .>"
|
||||
/>
|
||||
<img
|
||||
class="<.= DONE_CLASS .>"
|
||||
src="<.= crate::FILES.get("./static/cache/img/svg/check.svg").unwrap() .>"
|
||||
alt="<.= DONE_ALT .>"
|
||||
/>
|
||||
Reference in New Issue
Block a user