mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
fix: use correct h3 id, remove unnecessary scripts
This commit is contained in:
parent
a838f4fcec
commit
919e2974a2
1 changed files with 4 additions and 8 deletions
|
|
@ -120,8 +120,10 @@
|
|||
|
||||
<h2>Installation</h2>
|
||||
<div id="installation">
|
||||
<header class="row" id="link-snippet-headline">
|
||||
<h3>Paste this into the <code><head></code> of your HTML:</h3>
|
||||
<header class="row">
|
||||
<h3 id="link-snippet-headline">
|
||||
Paste this into the <code><head></code> of your HTML:
|
||||
</h3>
|
||||
<button type="button" id="copy-button">
|
||||
<span id="copy-button-feedback" class="emoji"></span>
|
||||
Copy to clipboard
|
||||
|
|
@ -332,12 +334,6 @@
|
|||
<a href="#">Back to top <span class="emoji">⬆</span></a>
|
||||
</footer>
|
||||
|
||||
<script
|
||||
src="https://unpkg.com/clipboard-polyfill@2.8.0/build/clipboard-polyfill.promise.js"
|
||||
defer
|
||||
></script>
|
||||
<script src="https://unpkg.com/@ungap/url-search-params@0.1.2/min.js" defer></script>
|
||||
<script src="https://unpkg.com/vue@2.6.10/dist/vue.min.js" defer></script>
|
||||
<script src="script.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue