5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 ">
6
6
< title > Infinite Hallway</ title >
7
7
< 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 >
9
9
</ head >
10
10
< style >
11
11
@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>
119
119
</ div >
120
120
< div class ="container "> < p id ="textHover "> click to open</ p > </ div >
121
121
< 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 >
126
126
</ div >
127
127
</ body >
128
128
< script >
@@ -132,8 +132,7 @@ <h1 style="font-size:60px;">WELCOME TO AYAN'S</br>INFINITE HALL OF FAME</h1>
132
132
document . getElementById ( "blocker" ) . style . display = "none" ;
133
133
}
134
134
else {
135
- document . getElementById ( "arrow" ) . style . display = "none" ;
136
-
135
+ document . getElementById ( "arrow" ) . style . display = "none" ;
137
136
}
138
137
</ script >
139
138
< script type ="module ">
0 commit comments