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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user