8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
@page
|
|
@model DouwcoWebsite.Pages.MyGames
|
|
@{
|
|
ViewData["Title"] = "My Games";
|
|
}
|
|
<h1>@ViewData["Title"]</h1>
|
|
|
|
<p>To be constructed</p> |