aspnetcore/samples/MvcMinimalSample.Web/wwwroot/Index.html

10 lines
157 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Minimal MVC Sample</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>