Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Feb 13, 2025
1 parent 9715f86 commit b6723cd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions demo/without-flashing.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<noscript id="dark-mode-toggle-stylesheets">
Expand All @@ -18,10 +18,8 @@
</head>
<body>
<h1>Demo without flashing</h1>
<div>Refresh to test:
<a href="without-flashing.html">Refresh</a></div>
<div>Go to the version
<a href="with-flashing.html">with flashing</a></div>
<div>Refresh to test: <a href="without-flashing.html">Refresh</a></div>
<div>Go to the version <a href="with-flashing.html">with flashing</a></div>
<div>
Switch theme:
<dark-mode-toggle permanent></dark-mode-toggle>
Expand All @@ -33,4 +31,4 @@ <h1>Demo without flashing</h1>
document.write('<script src="1-mb.js?r=' + rand + '"><\/script>');
</script>
</body>
</html>
</html>

0 comments on commit b6723cd

Please sign in to comment.