Files
InventoryTraker-Box/InventoryTraker.Web/Views/Home/Index.cshtml
T
2016-08-08 14:47:35 -04:00

14 lines
260 B
Plaintext

@model dynamic
@{
ViewBag.Title = "Dashboard";
}
<h1 class="page-header">
Dashboard
</h1>
<div>
Welcome to Heroic CRM! This is a simple app to demonstrate how .NET's type system
can be used to generate client-side code in a strongly-typed way!
</div>