Close meta tag in Blazor hosted template

Fixes https://github.com/aspnet/AspNetCore/issues/6610
This commit is contained in:
Daniel Roth 2019-03-15 09:54:44 -07:00 committed by Artak
parent 0d6e0637af
commit 036dec9d37
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width" />
<title>BlazorHosted-CSharp</title> <title>BlazorHosted-CSharp</title>
<base href="/" /> <base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" /> <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />