15 lines
491 B
Plaintext
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;">
|
|
|
|
</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;"> Download android app</a>
|
|
</div>
|