AspNetCore.Docs.Samples/fundamentals/static-files/WebRoot/wwwroot/Index.html

9 lines
116 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<title>wwwroot</title>
</head>
<body>
<h1>From wwwroot</h1>
</body>
</html>