Rename progetto + inizio a sistemare jenkinsfile
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user