File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en " data-theme ="dark ">
33 < head >
44 < script defer src ="script.js "> </ script >
2020 > < img src ="images/icon.png " alt ="Logo "
2121 /> </ a >
2222 < a class ="text " href ="https://modrinth.com/mod/axolotlclient "> Modrinth</ a >
23+ < a class ="text " href ="https://codeberg.org/AxolotlClient/ "> Codeberg</ a >
2324 < a class ="text " href ="https://github.com/AxolotlClient/ "> GitHub</ a >
2425 < a class ="text " href ="https://discord.gg/WyMjeX3vka "> Discord</ a >
2526 </ div >
Original file line number Diff line number Diff line change 11const observer = new IntersectionObserver ( ( entries ) => {
22 entries . forEach ( ( entry ) => {
3- console . log ( entry ) ;
43 if ( entry . isIntersecting ) {
54 entry . target . classList . add ( "show" ) ;
65 } else {
You can’t perform that action at this time.
0 commit comments