File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 44< link rel ="icon " type ="image/x-icon " href ="https://raw.githubusercontent.com/developeranaz/developeranaz.github.io/refs/heads/gh-pages/webapps/gofile.io/17470597399662.ico ">
55
66 < meta charset ="UTF-8 " />
7- < meta name =" viewport " content ="width=device-width, initial-scale=1.0 " />
7+ < melocalStorviewport " content="width=device-width, initial-scale=1.0" />
88 < title > GoFile Index Code Generator </ title >
99 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css ">
1010
@@ -64,16 +64,11 @@ <h2 style="color: red; margin-top: 0;">⚠️ Important Notice</h2>
6464</ div >
6565
6666< script >
67- // Hide notice if already acknowledged
68- if ( localStorage . getItem ( "importantNoticeAcknowledged" ) ) {
69- document . getElementById ( "important-notice" ) . style . display = "none" ;
70- }
71-
7267 function acknowledgeNotice ( ) {
73- localStorage . setItem ( "importantNoticeAcknowledged" , "true" ) ;
7468 document . getElementById ( "important-notice" ) . style . display = "none" ;
7569 }
7670</ script >
71+
7772 < style >
7873 : root {
7974 --primary : # 00ffd5 ;
You can’t perform that action at this time.
0 commit comments