Skip to content

Commit

Permalink
add css fall back
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 12, 2024
1 parent e4d2b78 commit 4e449eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions html/demo-2tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://therealtimex.github.io/rtlibrary/css/rt-dmview-css-min.css">
<script src="https://therealtimex.github.io/rtlibrary/js/rt-html-css-fallback.js" defer></script>

<style>
:root {
Expand Down
1 change: 1 addition & 0 deletions html/demo-3tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://therealtimex.github.io/rtlibrary/css/rt-dmview-css-min.css">
<script src="https://therealtimex.github.io/rtlibrary/js/rt-html-css-fallback.js" defer></script>
<script src="https://therealtimex.github.io/rtlibrary/js/dm-template-handler.js" defer></script>
<style>
:root {
Expand Down

0 comments on commit 4e449eb

Please sign in to comment.