1 2<html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 6 <title>Song</title> 7 </head> 8 <body> 9 10 <div align="right"><i>by </i>Rupert Brooke 11 </div> 12 13 14 <h1>Song</h1> 15 16 <p> 17 And suddenly the wind comes soft,<br> 18 And Spring is here again;<br> 19 And the hawthorn quickens with buds of green<br> 20 And my heart with buds of pain.<br> 21 22 </p> 23 24 <p> 25 My heart all Winter lay so numb,<br> 26 The earth so dead and frore,<br> 27 That I never thought the Spring would come again<br> 28 Or my heart wake any more.<br> 29 30 </p> 31 32 <p> 33 But Winter's broken and earth has woken,<br> 34 And the small birds cry again;<br> 35 And the hawthorn hedge puts forth its buds,<br> 36 And my heart puts forth its pain.<br> 37 38 </p> 39 40 </body> 41</html>