~nikwen/ubuntu-push/gmail-messages-missed-fix

« back to all changes in this revision

Viewing changes to docs/example-server/notify-form.html

  • Committer: CI bot
  • Author(s): Roberto Alsina
  • Date: 2014-09-08 18:04:57 UTC
  • mfrom: (128.1.2 ubuntu-push)
  • Revision ID: ps-jenkins@lists.canonical.com-20140908180457-qga5piu3743an3lw
Latest changes from the automatic branch. 
Approved by: Roberto Alsina

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype html>
 
2
<html>
 
3
<head>
 
4
<title>notify</title>
 
5
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 
6
</head>
 
7
<body>
 
8
<form method="POST" action="/play-notify-form" >
 
9
<label for="nick">Nick:</label><br><input id="nick" name="nick" type="text" autofocus><br>
 
10
<label for="data">Message (JSON):</label><br><textarea id="data" name="data" cols="64" rows="8"></textarea><br>
 
11
<input type="submit" value="notify">
 
12
</form>
 
13
</body>
 
14
</html>