Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
prog1_03 [2017-08-17 11:51]
Daniel Viström
prog1_03 [2017-09-01 14:54]
127.0.0.1 external edit
Line 20: Line 20:
 <code html> <code html>
 <form method="post"> <form method="post">
-  <input type="text" name="login" /+  <input type="text" name="login"> 
-  <input type="password" name="passwd" /+  <input type="password" name="passwd"> 
-  <input type="submit" name="submit" value="Login" />+  <input type="submit" name="submit" value="Login">
 </form> </form>
 </code> </code>