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

12 lines
228 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Sample Blazor app</title>
</head>
<body>
<h1>Hello</h1>
<script src="/_framework/blazor.js" main="HostedInAspNet.Client.dll"></script>
</body>
</html>