aspnetcore/samples/HostedInAspNet.Client/wwwroot/index.html

11 lines
147 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Sample Blazor app</title>
</head>
<body>
<h1>Hello</h1>
</body>
</html>