Skip to content

Commit

Permalink
Add accessibility tags to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alexperovich authored Oct 6, 2021
1 parent 80e3591 commit 74b7749
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/SourceIndexServer/wwwroot/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Source Browser</title>
Expand All @@ -12,7 +12,8 @@
<frame name="h"
src="header.html"
scrolling="no"
noresize="noresize">
noresize="noresize"
aria-label="header">
<frameset id="splitter"
cols="504,*"
frameborder="1"
Expand All @@ -23,12 +24,14 @@
id="n"
src="results.html"
border="0"
frameborder="0">
frameborder="0"
aria-label="search-results">
<frame name="s"
id="s"
src="overview.html"
border="0"
frameborder="0">
frameborder="0"
aria-label="content">
</frameset>
</frameset>
</html>

0 comments on commit 74b7749

Please sign in to comment.