This commit is contained in:
2016-08-08 14:47:35 -04:00
commit 0b0cb7c73a
156 changed files with 114318 additions and 0 deletions
@@ -0,0 +1,14 @@
@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>