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 001 18 And suddenly the wind comes soft,<br> 19 002 20 And Spring is here again;<br> 21 003 22 And the hawthorn quickens with buds of green<br> 23 004 24 And my heart with buds of pain.<br> 25 26 </p> 27 28 <p> 29 005 30 My heart all Winter lay so numb,<br> 31 006 32 The earth so dead and frore,<br> 33 007 34 That I never thought the Spring would come again<br> 35 008 36 Or my heart wake any more.<br> 37 38 </p> 39 40 <p> 41 009 42 But Winter's broken and earth has woken,<br> 43 010 44 And the small birds cry again;<br> 45 011 46 And the hawthorn hedge puts forth its buds,<br> 47 012 48 And my heart puts forth its pain.<br> 49 50 </p> 51 52 </body> 53</html>