SoftwayWeb/Views/Home/Index.cshtml
2024-07-30 10:00:13 +02:00

15 lines
491 B
Plaintext

@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Ge.Sa. Trasporti S.r.l.</h1>
</div>
<div class="text-center" style="height:60px;">
&nbsp;
</div>
<div class="text-center">
<a href="@Url.ActionLink("Download", "Home", new { file="wwwroot/App/v1/softway-release_1.apk" })" title="Download" class="links"><img alt="nocons" src="@Url.Content("~/images/Android.png")" style="width:32px;height:38px;">&nbsp;Download android app</a>
</div>