12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
|
|
@{
|
|
ViewBag.Title = "Vidly";
|
|
}
|
|
|
|
<div class="jumbotron">
|
|
<h1>V i d l y</h1>
|
|
<p class="lead">Vidly is a great video rental system built in MVC5 with entity framework, Razorviews and Javascript.</p>
|
|
@*<p><a href="https://asp.net" class="btn btn-primary btn-lg">Learn more »</a></p>*@
|
|
</div>
|
|
|