18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
@{
|
|
ViewBag.Title = "SteamWare's MoonPro Suite";
|
|
}
|
|
<h2>@ViewBag.Title</h2>
|
|
<h3>@ViewBag.Message</h3>
|
|
|
|
<div class="row">
|
|
<div class="col-sm-4 col-md-3">
|
|
<h2>MP-SITE »</h2>
|
|
<strong>V. y.y.y.y</strong><br />
|
|
<a href="@ViewBag.UrlMpSite" class="btn btn-primary btn-lg fullWidth" target="_blank">
|
|
<i class="fa fa-download"></i>
|
|
<h2>DOWNLOAD »</h2>
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|