File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -593,7 +593,26 @@ <h3><i class="fas fa-exclamation-triangle"></i> Important Update</h3>
593593 } ;
594594 </ script >
595595 < script type ="text/javascript " src ="//www.highperformanceformat.com/456831897108255b1704a6daa2b31f0f/invoke.js "> </ script >
596- </ div >
596+ < script >
597+ ( function ( ) {
598+ console . log (
599+ "%c⚠️ Cloudflare Notice\n\n" +
600+ "Type %cOK()%c in the console after reading.\n\n" +
601+ "Error 1101 may appear during deployment. Preview may still work." ,
602+ "color:red;font-size:14px;font-weight:bold;" ,
603+ "color:green;font-weight:bold;" ,
604+ "color:red;"
605+ ) ;
606+
607+ window . OK = function ( ) {
608+ console . log (
609+ "%c✔ Acknowledged. Thank you." ,
610+ "color:green;font-weight:bold;"
611+ ) ;
612+ } ;
613+ } ) ( ) ;
614+ </ script >
615+ </ div >
597616
598617 < button class ="notice-understand-btn " onclick ="closeNotice() "> OK, I understood</ button >
599618 </ div >
You can’t perform that action at this time.
0 commit comments