File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -501,15 +501,16 @@ function page_header() {
501501 fi
502502 cat > " $MY_STATUS_HTML " << EOF
503503<!DOCTYPE HTML>
504- <html lang="en">
504+ <html lang="en" translate="no" >
505505<head>
506506<meta charset="utf-8">
507507<title>$MY_STATUS_TITLE </title>
508508<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
509509<meta name="robots" content="noindex, nofollow">
510510$MY_AUTOREFRESH_TEXT
511511<link rel="stylesheet" href="$MY_STATUS_STYLESHEET ">
512- <link href="$MY_STATUS_FONTAWESOME " rel="stylesheet">
512+ <link rel="stylesheet" href="$MY_STATUS_FONTAWESOME ">
513+ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚦</text></svg>">
513514</head>
514515<body>
515516<div class="container">
You can’t perform that action at this time.
0 commit comments