refactor: remove weird namespace declspec

This commit is contained in:
Oliver Booth 2023-08-11 02:07:13 +01:00
parent 95b7ed0ae7
commit 7219c948e6
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
ViewData["Title"] = "Contact";
}
<h1 class="display-4" xmlns="http://www.w3.org/1999/html">Contact</h1>
<h1 class="display-4">Contact</h1>
<p class="lead">What would you like to talk about?</p>
<ul class="contact-reasons">
<li><a asp-page="/contact/jobopportunity">💼 Job opportunity / collaboration</a></li>