Skip to content

Commit

Permalink
chore: update clipboard html
Browse files Browse the repository at this point in the history
  • Loading branch information
edysegura committed Sep 2, 2023
1 parent 4b1e926 commit 127814e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clipboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css"
/>
<script src="js/index.js" defer></script>
<script src="js/index.js" type="module" defer></script>
</head>
<body>
<main class="container">
<h1>Clipboard</h1>
<p>Copy this text and paste this text</p>
<p class="grid">
<input type="text" value="type anything here" />
<button>Copy</button>
<input type="text" placeholder="type anything here" />
<button disabled>Copy</button>
</p>
<textarea class="log" rows="10"></textarea>
</main>
Expand Down

0 comments on commit 127814e

Please sign in to comment.