Skip to content

Commit a85531d

Browse files
authored
Update example.html
1 parent c0f97e8 commit a85531d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example.html

+3-2
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-
<script src="/script.js"></script>
6-
<meta http-equiv="cache-control" content="no-cache" >
5+
<!-- ... or add as inline <script> ! -->
6+
<script src="https://cdn.jsdelivr.net/gh/gnat/css-scope-inline/script.js"></script>
7+
<meta http-equiv="cache-control" content="no-cache">
78
<style>
89
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Reset */
910
html {

0 commit comments

Comments
 (0)