Idea of the project: if someone wants to order a project development, here you can send an application.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - VB.NET Quick Demo Application</title>
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/bootstrap")
@RenderSection("scripts", required:=False)
</head>
<body>
<div class="container body-content">
@RenderBody()
<hr />
<footer>
<p>© 2018 Sergey Drozdov – VB.NET Quick Demo Application</p>
</footer>
</div>
</body>
</html>