55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 ">
66 < title > Infinite Hallway</ title >
77 < link rel ="shortcut icon " type ="image/x-icon " href ="/favicon.ico ">
8- < script src ="https://kit.fontawesome.com/6c2b708adc .js " crossorigin ="anonymous "> </ script >
8+ < script src ="https://kit.fontawesome.com/20b588ce94 .js " crossorigin ="anonymous "> </ script >
99</ head >
1010< style >
1111 @import url ('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap' );
@@ -119,10 +119,10 @@ <h1 style="font-size:60px;">WELCOME TO AYAN'S</br>INFINITE HALL OF FAME</h1>
119119 </ div >
120120 < div class ="container "> < p id ="textHover "> click to open</ p > </ div >
121121 < div id ="arrow ">
122- < p id ="controller-forward "> < i class ="fal fa-arrow- circle-up "> </ i > </ p >
123- < p id ="controller-right "> < i class ="fal fa-arrow- circle-right "> </ i > </ p >
124- < p id ="controller-back " > < i class ="fal fa-arrow- circle-down "> </ i > </ p >
125- < p id ="controller-left "> < i class ="fal fa-arrow- circle-left "> </ i > </ p >
122+ < p id ="controller-forward "> < i class ="fa-solid fa-circle-arrow-up " style =" color: #ffffff; "> </ i > </ p >
123+ < p id ="controller-right "> < i class ="fa-solid fa-circle-arrow- right" style =" color: #ffffff; "> </ i > </ p >
124+ < p id ="controller-back " > < i class ="fa-solid fa-circle-arrow- down" style =" color: #ffffff; "> </ i > </ p >
125+ < p id ="controller-left "> < i class ="fa-solid fa-circle-arrow- left" style =" color: #ffffff; "> </ i > </ p >
126126 </ div >
127127</ body >
128128< script >
@@ -132,8 +132,7 @@ <h1 style="font-size:60px;">WELCOME TO AYAN'S</br>INFINITE HALL OF FAME</h1>
132132 document . getElementById ( "blocker" ) . style . display = "none" ;
133133 }
134134 else {
135- document . getElementById ( "arrow" ) . style . display = "none" ;
136-
135+ document . getElementById ( "arrow" ) . style . display = "none" ;
137136 }
138137</ script >
139138< script type ="module ">
0 commit comments