Merge pull request #70 from Xvezda/main

Fix import error in example page
This commit is contained in:
Keith Cirkel 2023-07-24 12:17:57 +01:00 коммит произвёл GitHub
Родитель 03ab024fd7 c3c07860d4
Коммит 838e6637ac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,8 +2,8 @@
<html>
<head>
<title>Clipboard copy examples</title>
<script src="https://unpkg.com/@github/clipboard-copy-element@latest" defer></script>
<!-- <script src="../dist/index.js" defer></script> -->
<script type="module" src="https://unpkg.com/@github/clipboard-copy-element@latest"></script>
<!-- <script type="module" src="../dist/index.js"></script> -->
<style>
clipboard-copy {
-webkit-appearance: button;