Biblioteca Java - Blame information for rev 33

Subversion Repositories:
Rev:
Rev Author Line No. Line
33 mihai 1 <!DOCTYPE html>
2 <!--
3 To change this license header, choose License Headers in Project Properties.
4 To change this template file, choose Tools | Templates
5 and open the template in the editor.
6 -->
7 <html>
8     <head>
9         <title>TODO supply a title</title>
10         <meta charset="UTF-8">
11         <meta name="viewport" content="width=device-width, initial-scale=1.0">
12     </head>
13     <body>
14         <form action="AdunaServlet">
15             Primul operand:<br>
16             <input type="text" name="operand1" value="">
17             <br>
18             Al doilea operand:<br>
19             <input type="text" name="operand2" value="">
20             <br><br>
21             <input type="submit" value="Submit">
22           </form>
23     </body>
24 </html>