Specify Blazor WebAssembly template language (#17784)

* Blazor WebAssembly template updates

* Match spacing around <html> tags
This commit is contained in:
Artak 2019-12-11 14:45:52 -08:00 committed by GitHub
parent 189a917445
commit e0a03bda1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
@ -18,7 +17,7 @@
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
</body>
</html>