aspnetcore/samples/HelloWorld/index.html

9 lines
93 B
HTML

<html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>