Skip to content

Commit 244fa3b

Browse files
authored
Update example.html
1 parent 4f37e50 commit 244fa3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
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"></script>
57
<meta http-equiv="cache-control" content="no-cache" />
6-
<script src="script.js?1"></script> <!-- You can remove "?1" it is only for cache refresh on github. -->
78
<style>
89
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Reset */
910
html {

0 commit comments

Comments
 (0)