index.ejs: self-closing tags not needed

This commit is contained in:
Alex Gleason 2021-09-07 11:57:01 -05:00
parent b37993f695
commit e9c9c7104d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<!--server-generated-meta-->
<link rel="icon" type="image/png" href="/favicon.png">
</head>