Haiku 176

5/10/19

mix the white pieces
completely with the black, then
we're all grey pieces
function getVote( value ) { let poll = document.getElementById( "poll" ); let body = JSON.stringify({ vote: value, page: window.location.pathname }); fetch( '/poetry/vote.php', { method: 'POST', body: body } ).then( response => { if ( response.status == 200 ) { response.text().then( parsed => poll.innerHTML = parsed ); } else { poll.innerHTML = response.statusText; } }); }

Please anonymously VOTE on the content you have just read:

Like:
Dislike:



For poetry, I recommend:


Please show me a randomly selected poem