Fix illegal character in path segment

This commit is contained in:
kimulaco 2019-10-03 14:17:28 +09:00
parent a92d7ee596
commit 7e48e0c34b

View file

@ -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>