21 lines
359 B
Plaintext
21 lines
359 B
Plaintext
@{
|
|
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> |