home.html 621 B

123456789101112131415161718
  1. <h2>dn42 peer finder</h2>
  2. <form action="/submit" method="POST">
  3. Target:
  4. <input type="text" name="target" />
  5. <input type="submit" name="Launch" />
  6. </form>
  7. <h3>Participate in the measurement network</h3>
  8. <p>You need to separately register each computer that will provide
  9. measurements. Manual validation is performed for each registration.</p>
  10. <form action="/create/participant" method="POST">
  11. Machine name (required): <input type="text" name="name" /><br />
  12. Mean of contacting you, like IRC nick, mail address, ... (optional): <input type="text" name="contact" /><br />
  13. <input type="submit" name="Register" />
  14. </form>