Skip to content

Commit

Permalink
Use JS modules!
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexstream committed Sep 10, 2022
1 parent c94f92a commit 2a517ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/index.html
Expand Up @@ -14,10 +14,8 @@
<link href="https://www.hexstreamsoft.com/css/global.css" rel="stylesheet" type="text/css" />
<link href="https://www.hexstreamsoft.com/libraries/libraries.css" rel="stylesheet" type="text/css" />
<link href="https://global.hexstream.dev/css/cl-definitions.css" rel="stylesheet" type="text/css" />
<link href="index.css" rel="stylesheet" type="text/css" />
<script src="https://global.hexstream.dev/scripts/global.js"></script>
<script src="https://www.hexstreamsoft.com/scripts/global.js"></script>
<script src="https://www.hexstreamsoft.com/libraries/libraries.js" defer></script>
<script src="https://global.hexstream.dev/scripts/arrows-madness.mjs" type="module"></script>
<script src="https://www.hexstreamsoft.com/libraries/libraries.mjs" type="module"></script>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@HexstreamSoft" />
<meta name="twitter:title" content="enhanced-find-class" />
Expand Down

0 comments on commit 2a517ef

Please sign in to comment.