Skip to content

Commit

Permalink
Update index.html: use jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasLoos authored Sep 6, 2023
1 parent 37465b1 commit e02e1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>

<body>
<script type="module" src="./nicehtml.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/JonasLoos/NiceHTML@built/nicehtml.js"></script>
<script type="text/nicehtml">

nav #nav .navbar .navbar-menu .is-active
Expand Down

0 comments on commit e02e1ff

Please sign in to comment.