yavsc/src/Yavsc.Web/Views/Home/Contact.cshtml

6 lines
88 B
Text
Raw Normal View History

2019-01-01 20:14:34 +00:00
@{
2026-06-04 12:13:37 +01:00
ViewBag.Title = "Contact";
2019-01-01 20:14:34 +00:00
}
2026-06-04 12:13:37 +01:00
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
2019-01-01 20:14:34 +00:00