-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.php
16 lines (15 loc) · 967 Bytes
/
links.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>
<div>
<a target="_blank" href="android_json.php">Android JSON</a><br>
<a target="_blank" href="android_json.php?mode=pre">Android JSON pre-event</a><br>
<a target="_blank" href="web_json.php">Web JSON</a><br>
<a target="_blank" href="web_json.php?mode=pre">Web JSON pre-event</a><br>
<a target="_blank" href="http://barcampbng.appspot.com/prepMessage">Android send Notification</a><br>
<a target="_blank" href="http://direct.barcampbangalore.org/bcb/live/">Node tweets</a><br>
<a target="_blank" href="http://direct.barcampbangalore.org/bcb/live/schedule">Node schedule</a><br>
<a target="_blank" href="http://direct.barcampbangalore.org/bcb/live/update">Node send update</a><br>
<a target="_blank" href="http://direct.barcampbangalore.org/bcb/live/push">Node refresh schedule</a><br>
</div>
</body>
</html>