mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 20:45:52 +01:00
Fix illegal character in path segment
This commit is contained in:
parent
a92d7ee596
commit
7e48e0c34b
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@
|
|||
<p>The HTML Details Element (details) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label can be provided using the summary element.</p>
|
||||
</details>
|
||||
|
||||
<script src='https://unpkg.com/favicon-mode-switcher@^1.0.0' defer></script>
|
||||
<script src='https://unpkg.com/favicon-mode-switcher@%5E1.0.0' defer></script>
|
||||
<script src='script.js' defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue