Close meta tag in Blazor hosted template
Fixes https://github.com/aspnet/AspNetCore/issues/6610
This commit is contained in:
parent
0d6e0637af
commit
036dec9d37
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue