Skip to content

Commit

Permalink
Add script tags for external JavaScript files
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Wilkin committed Feb 16, 2024
1 parent ef5e60b commit 79c7ff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@
<b>Who made it?</b>
LineUp is maintained and developed by <a href="https://github.com/leowilkin">@leowilkin</a>. You can find him at wilkin.xyz - come and say hi :)
</p>
</div>
</div>
<script async defer src="https://tacocat.wilkin.dev/hello.js"></script>
</body>
1 change: 1 addition & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@
window.addEventListener('keypress', handleKeyPress);
}
</script>
<script async defer src="https://tacocat.wilkin.dev/hello.js"></script>
</body>
</html>

0 comments on commit 79c7ff4

Please sign in to comment.