style: remove self-closing /

This commit is contained in:
Oliver Booth 2023-08-14 00:56:45 +01:00
parent fdea721f4f
commit adf9e63008
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="color-scheme" content="dark"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark">
@if (ViewData["Title"] != null)
{
<title>@ViewData["Title"] - Oliver Booth</title>