Skip to content

Commit 63bf2c0

Browse files
authored
Update example.html
1 parent 620e306 commit 63bf2c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<html>
33
<head>
44
<title>🌘 CSS Scope Inline Test Page</title>
5-
<!-- ... or add as inline <script> ! -->
6-
<script src="https://cdn.jsdelivr.net/gh/gnat/css-scope-inline/script.js?new=2"></script> <!-- You can remove "?new=2" for refreshing CDN cache. -->
5+
<script src="script.js"></script>
76
<style>
87
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Reset */
98
html {

0 commit comments

Comments
 (0)