Add "Copy URL" buttons to test page
parent
2493e6d014
commit
618627c418
|
@ -42,6 +42,7 @@
|
|||
<a class="viber"></a>
|
||||
<a class="vkontakte"></a>
|
||||
<a class="whatsapp"></a>
|
||||
<a class="copy-url"></a>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
|
@ -60,6 +61,7 @@
|
|||
<button class="viber"></button>
|
||||
<button class="vkontakte"></button>
|
||||
<button class="whatsapp"></button>
|
||||
<button class="copy-url"></button>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
|
@ -83,6 +85,7 @@
|
|||
<a class="viber"></a>
|
||||
<a class="vkontakte"></a>
|
||||
<a class="whatsapp"></a>
|
||||
<a class="copy-url"></a>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
|
|
Loading…
Reference in New Issue