Skip to content

Commit 5db92cc

Browse files
authored
Update example.html
1 parent 63bf2c0 commit 5db92cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>🌘 CSS Scope Inline Test Page</title>
5-
<script src="script.js"></script>
5+
<script src="script.js?1"></script> <!-- You can remove "?1" it is only for cache refresh on github. -->
66
<style>
77
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Reset */
88
html {

0 commit comments

Comments
 (0)