Blame view

js/jsor-jcarousel-247c651/examples/special_textscroller.php 152 Bytes
8d65d0ce   andryeyev   init
1
2
3
4
5
6
  <?php
  
  header('Content-Type: application/atom+xml; charset=utf-8');
  echo file_get_contents('https://github.com/jsor/jcarousel/commits/master.atom');
  
  ?>