1.2.js 81 B

123
  1. $(document).ready(function() {
  2. $('div.poem-stanza').addClass('highlight');
  3. });