Skip to content

Commit

Permalink
📝 content update
Browse files Browse the repository at this point in the history
  • Loading branch information
tackyunicorn committed Jul 22, 2024
1 parent cf45bf4 commit e0b3899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posts/frogger/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Use the arrow keys / buttons to take the frog back home!
}
</style>

<script type="text/javascript" src="frogger/gl-matrix.js"></script>
<script type="text/javascript" src="frogger/rasterize.js"></script>
<script type="text/javascript" src="gl-matrix.js"></script>
<script type="text/javascript" src="rasterize.js"></script>
<script type="text/javascript">
window.onload = function() {
main();
Expand Down

0 comments on commit e0b3899

Please sign in to comment.