Skip to content

Commit 0d3f973

Browse files
committed
Fix mixed-contents
1 parent 3bd1f31 commit 0d3f973

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
content="Browser Night #0 by browseRus, a community event for browser developers in Seoul, May 29, 2025."
99
/>
1010
<title>Browser Night 2025 - browseRus</title>
11-
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
11+
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
1212
<!-- stats.js lib -->
13-
<script src="http://threejs.org/examples/js/libs/stats.min.js"></script>
13+
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
1414
<link rel="preconnect" href="https://fonts.googleapis.com" />
1515
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1616
<link

0 commit comments

Comments
 (0)