Rename progetto + inizio a sistemare jenkinsfile

This commit is contained in:
Samuele E. Locatelli
2020-02-18 12:48:37 +01:00
parent 3888d37a14
commit 46223c679f
157 changed files with 0 additions and 34 deletions
+21
View File
@@ -0,0 +1,21 @@
@{
ViewBag.Title = "Home Page";
}
@{
string QrTextBox = "www.steamware.net";
if (IsPost)
{
QrTextBox = Request.Form["QrTextBox"];
}
}
<div class="jumbotron">
<h1>Multi-format CODE GENERATOR</h1>
<p class="lead">Generatore Barcode 1D / 2D by Steamware</p>
</div>
<div class="row">
<div class="col">
Controller route
</div>
</div>