Skip to content

Commit

Permalink
Add link and button to test focus indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaDawsonDev committed Jan 14, 2024
1 parent 76e75bc commit f44b405
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Accessible Component Playground - Home</title>
</head>
<body>
<main>
<main >


<h1>Accessible Component Playground</h1>
Expand All @@ -19,6 +19,11 @@ <h1>Accessible Component Playground</h1>
</li>
</ul>
</nav>

<div style="text-align: center;">
<button>Button</button>
<a href="/">Link</a>
</div>
</main>
</body>
</html>

0 comments on commit f44b405

Please sign in to comment.