22 lines
404 B
HTML
22 lines
404 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Scontrini</title>
|
||
|
<link rel="stylesheet" href="">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>SCONTRINI</h1>
|
||
|
|
||
|
<h2>Cosa stampare:</h2>
|
||
|
<form action="/print" method="post">
|
||
|
<input name="text" id="text" type="text"></input>
|
||
|
<input name="print" id="print" type="submit" value="STAMPA"></input>
|
||
|
</form>
|
||
|
<button><a href="/order_pizzas">Ordina le pizze</a></button>
|
||
|
</body>
|
||
|
|
||
|
</html>
|
||
|
|