web: add basic ASP.NET Core web interface

This commit is contained in:
Ske
2019-05-08 20:53:36 +02:00
parent 495edc3c5e
commit 95a7e5e821
13 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
@{
Layout = "Shared/_Layout";
}