aspnetcore/samples/StandaloneApp/wwwroot/index.html

11 lines
147 B
HTML

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