Skip to content

Commit 0bd00db

Browse files
committed
added use of show-source.js
1 parent 464364e commit 0bd00db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css/theme.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ <h1>Theme Switcher Example</h1>
5757
<button onclick="setTheme('light')">Light Theme</button>
5858
<button onclick="setTheme('dark')">Dark Theme</button>
5959
<button onclick="setTheme('flame')">Flame Theme</button>
60+
61+
<hr>
62+
<script src="/libs/show-source.js/show-source.js"></script>
6063
</body>
6164

6265
</html>

0 commit comments

Comments
 (0)