Skip to content

Commit

Permalink
style: Update index.html to use <main> element for content section
Browse files Browse the repository at this point in the history
  • Loading branch information
belaczek committed Jun 9, 2024
1 parent 0debe8e commit 6851460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</head>

<body>
<div class="content">
<main class="content" role="main">
<div class="col">
<h2>Hi! My name is</h2>
<h1>Tomáš Belada</h1>
Expand Down Expand Up @@ -151,6 +151,6 @@ <h2>
</li>
</ul>
</div>
</div>
</main>
</body>
</html>

0 comments on commit 6851460

Please sign in to comment.