Creating a Project with Visual Studio:
* Added HTML structure, and it's the simplist form of web appvscode/2_Getting_Started
parent
cb8cb6662e
commit
808cad1082
|
@ -23,7 +23,7 @@ namespace DutchTreat
|
||||||
{
|
{
|
||||||
app.Run(async context =>
|
app.Run(async context =>
|
||||||
{
|
{
|
||||||
await context.Response.WriteAsync("Hello World!");
|
await context.Response.WriteAsync("<html><body><h1>Hello World!</h1></body><html>");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue