Skip to content

Commit f1f6ee1

Browse files
committed
favicon
1 parent f584b57 commit f1f6ee1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

status.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)