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