TemporHQ Last updated: February 10, 2026
TemporHQ ("the App") is a time tracking application. Your privacy is important to us. This policy explains how the App handles your data.
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <form> | |
| <input type="text" name="username" id="input_username" /> | |
| <input type="email" name="email" id="input_email" /> | |
| <button id="submit_button">Click To Submit</button> | |
| </form> | |
| <script> | |
| // This can also be in a different file |
| //how we show 10 numbers | |
| for n in 1..10 do | |
| puts n | |
| end |