Skip to content

Commit

Permalink
module load fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbanandabhikkhu committed Oct 10, 2023
1 parent 2867e9a commit e162358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<link rel="stylesheet" href="./css/layout.css" media="all" />
<link rel="stylesheet" href="./css/style.css" media="all" />
<!--<link rel="stylesheet" href="./css/playground.css" media="all" />-->
<script src="./index.js" type="module" defer></script>
<title>Tipiṭaka (CSCD)</title>
</head>
<body>
<script src="./index.js" type="module"></script>
<!--<script src="playground.js" type="module"></script>-->
</body>
</html>
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ document.addEventListener("DOMContentLoaded", () => {
<main></main>
<footer></footer>
</section>
<script src="./index.js" type="module"></script>
`;

document.body.innerHTML = markup;
Expand Down

0 comments on commit e162358

Please sign in to comment.