aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Pages/Home.cshtml
blob: b91487428494bad4584254e7ba31358e765c64f7 (plain) (blame)
1
2
3
4
5
6
7
8
@page
@model I2R.Storage.Api.Pages.Home

@{
    ViewData["Title"] = "Home";
}

<h1>Home</h1>