summaryrefslogtreecommitdiffstats
path: root/src/Pages/App/Info.cshtml
blob: f4c1f3c81b411e7f52a76037a8b15d85dce3fa61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@page
@model IOL.Fagprove.Pages.App.Info

@{
    ViewData["Title"] = "Infoside";
}
<div class="ui segment">
    <h1>Infoside</h1>
    <p>Her kommer det noe snart...</p>
</div>