File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2828 < link rel ="preload " href ="css/darkmode.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
2929 < link rel ="prefetch " as ="video " href ="loading-animation.webm " type ="video/webm ">
3030 < link rel ="prefetch " as ="video " href ="loading-animation.mp4 " type ="video/mp4 ">
31- < link rel ="prefetch " as ="image " href ="loading-animation-ja.svg ">
32-
3331
3432 <!-- <script src="js/utils/detectIE.js"></script> -->
3533
645643
646644 const container = document . getElementById ( "loading-media" ) ;
647645 const content = lang . startsWith ( "ja" )
648- ? `<img src="loading-animation-ja.svg " loading="eager" fetchpriority="high" style="width: 70%; height: 90%; object-fit: contain;" alt="Loading animation">`
646+ ? `<img src="loading-animation-ja.png " loading="eager" fetchpriority="high" style="width: 70%; height: 90%; object-fit: contain;" alt="Loading animation">`
649647 : `<video loop autoplay muted playsinline fetchpriority="high" style="width: 90%; height: 100%; object-fit: contain;">
650648 <source src="loading-animation.webm" type="video/webm">
651649 <source src="loading-animation.mp4" type="video/mp4">
You can’t perform that action at this time.
0 commit comments