Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Jan 24, 2024
1 parent 2bfe2b0 commit df39085
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<meta name="show-in" content="*" />
<title>Example Module</title>

<script src="https://edrys-org.github.io/edrys/module/edrys.js"></script>
<script src="https://cross-lab-project.github.io/edrys-Lite/module/edrys.js"></script>

<script defer src="https://edrys-org.github.io/edrys/module/vendor/alpine.min.js"></script>
<link rel="stylesheet" href="https://edrys-org.github.io/edrys/module/vendor/water.min.css" />
<link rel="stylesheet" href="https://edrys-org.github.io/edrys/module/vendor/open-iconic/css/open-iconic.min.css" />
<script defer src="https://cross-lab-project.github.io/edrys-Lite/module/vendor/alpine.min.js"></script>
<link rel="stylesheet" href="https://cross-lab-project.github.io/edrys-Lite/module/vendor/water.min.css" />
<link rel="stylesheet" href="https://cross-lab-project.github.io/edrys-Lite/module/vendor/open-iconic/css/open-iconic.min.css" />
</head>

<body>
Expand Down Expand Up @@ -53,4 +53,4 @@ <h2>Received messages</h2>
</template>
</body>

</html>
</html>

0 comments on commit df39085

Please sign in to comment.