1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-12 16:14:34 +02:00

fix: use correct h3 id, remove unnecessary scripts

This commit is contained in:
Jonas Kuske
2020-05-30 04:45:15 +02:00
parent a838f4fcec
commit 919e2974a2

View File

@@ -120,8 +120,10 @@
<h2>Installation</h2>
<div id="installation">
<header class="row" id="link-snippet-headline">
<h3>Paste this into the <code>&lt;head&gt;</code> of your HTML:</h3>
<header class="row">
<h3 id="link-snippet-headline">
Paste this into the <code>&lt;head&gt;</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>