An example of behaviour pattern with a dummy server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
176 B

преди 2 години
преди 2 години
преди 2 години
  1. <!DOCTYPE html>
  2. <html>
  3. <head></head>
  4. <body>
  5. <div> <%= count %> </div>
  6. <form method="POST" action=<%= "/"+name %>>
  7. <input type="submit" value="Go">
  8. </form>
  9. </body>
  10. </html>