Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some script urls #115

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autumn/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3>Uh-oh, page not found :(</h3>
</div>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2.3.4/tsparticles.slim.bundle.min.js"
src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2/tsparticles.slim.bundle.min.js"
></script>
<script type="text/javascript" defer="defer" src="scripts/404.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion matrix/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>This page does not exist.</h2>
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/tsparticles@2/tsparticles.bundle.min.js"
></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles-path-polygon@2.3.3/tsparticles.path.polygon.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles-path-polygon@2/tsparticles.path.polygon.min.js"></script>
<script src="./js/404.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion ocean/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3>We've gone too deep.</h3>
</div>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2.3.4/tsparticles.slim.bundle.min.js"
src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2/tsparticles.slim.bundle.min.js"
></script>
<script
type="text/javascript"
Expand Down