Skip to content

Commit dcb72ce

Browse files
authored
add meta tags for a11y improvements (#35)
the meta description tag helps screen readers know what the page is about, and the meta viewport tag makes the content play a bit nicer on mobile.
1 parent 38e4b9e commit dcb72ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Huxley2/Pages/Index.cshtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<html lang="en">
99

1010
<head>
11+
<meta name="viewport" content="width=device-width,initial-scale=1">
12+
<meta name="description" content="A cross-platform JSON proxy for the GB railway Live Departure Boards SOAP API">
1113
<title>Huxley 2 - Community Edition</title>
1214
<link href="~/lib/twitter-bootstrap/css/bootstrap.min.css" rel="stylesheet">
1315
</head>

0 commit comments

Comments
 (0)