1. <!doctype html>
  2. <html
  3. <style>
  4.    p {
  5.     color: #26b72b;
  6.     }
  7.  <p>
  8.  
  9.            aaron lindh is a multi-media artist
  10.           from woolwich, london. his recent
  11.           work explores romanticism’s place
  12.           in the 21st century; through
  13.           sound,photography & collage.
  14.      
  15.           his work has been exhibited at
  16.           various london galleries.
  17.  
  18.           aaron lindh is currently boycotting
  19.           social media in a protest against
  20.           the algorithm and is represented
  21.           by virtually-nonexistent.
  22.  
  23.           any updates regarding his work
  24.           will be published through
  25.           their mailing list.
  26.  
  27.  </p>
  28. </html>
  1. <!doctype html>
  2. <html
  3. <style>
  4.    p {
  5.     color: #26b72b;
  6.     }
  7.  <p>
  8.  
  9.     aaron lindh is a
  10.    multi-media artist
  11.    from woolwich, london.
  12.  
  13.    his recent work
  14.    explores romanticism’s
  15.    place in the 21st
  16.    century; through sound,
  17.    photography & collage.
  18.    his work has been
  19.    exhibited at various
  20.    london galleries.
  21.  
  22.    aaron lindh is
  23.    currently boycotting
  24.    social media in a
  25.    protest against the
  26.    algorithm and is
  27.    represented by
  28.    virtually-nonexistent.
  29.  
  30.    any updates regarding
  31.    his work will be
  32.    published through their
  33.    mailing list.
  34.  
  35.  </p>
  36. </html>