Skip to content

Commit

Permalink
load web component from CDN in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tittel committed Sep 26, 2023
1 parent a1bc29f commit 26168be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<title>&lt;shacl-form&gt; demo</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/dark.min.css">
<!-- <script src="https://cdn.jsdelivr.net/npm/@ulb-darmstadt/shacl-form/dist/index.js" type="module"></script> -->
<script src="./index-with-plugins.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@ulb-darmstadt/shacl-form/dist/index-with-plugins.js" type="module"></script>
<!-- <script src="./index-with-plugins.js" type="module"></script> -->
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
</head>

Expand Down

0 comments on commit 26168be

Please sign in to comment.