Skip to content

Commit

Permalink
Fix HTML validity - remove <p>
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed Jul 14, 2019
1 parent a727fcf commit a6b330f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<body>
<main>
<h1>Moved to...</h1>
<p><div class="logotype-area"><a href="https://midi-recorder.web.app/"><img src="public/favicon-alt.png" alt="">midi-recorder.web.app</a>!</div></p>
<div class="logotype-area"><a href="https://midi-recorder.web.app/"><img src="public/favicon-alt.png" alt="">midi-recorder.web.app</a>!</div>
<p class="update-your-bookmarks"><i class="star"></i>If you happen to have a bookmark, update it!<i class="star"></i></p>

<p hidden id="timed-redirect-notice">You will be automatically redirected <span id="timed-redirect-notice-seconds">in a few seconds</span></p>
Expand Down

0 comments on commit a6b330f

Please sign in to comment.