Skip to content

Commit

Permalink
Merge pull request #2954 from Rotzbua/gluon-status-page_accessibility
Browse files Browse the repository at this point in the history
gluon-status-page: html: improve accessibility
  • Loading branch information
rotanid authored Nov 5, 2023
2 parents 0e9f9e7 + d2120c4 commit f878928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="robots" content="noindex,nofollow">

<title><%:Error%></title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="robots" content="noindex,nofollow">

<title><%| nodeinfo.hostname %> - <%:Status%></title>
Expand Down

0 comments on commit f878928

Please sign in to comment.