Head page text impossible to delete

Dears,
I have a problem with my website. When I export it in every page on the top of it on the html page appear this text. I am not able to delete this text. I tryed to delete all the page and the class of the website but the problem continuos. I don’t know what to do. The website is lizhotel.it
thanks for help.
Daniele

Street View Containers
<!-- Async script executes immediately and must be after any DOM elements used in callback. -->
<script
  src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initialize&libraries=&v=weekly"
  async
></script>

I think you’re doing something wrong putting the google maps on you’re site.

check this tutorial:Google API Tutorial

Yes, the error seems to be that. But i make a try and I deleted all the page of the website, and left it blank, the text still be there.
A one page site without any blocs and any brics, the head text still be here, maybe a setting or a bug?

ok, what you see is a comment tag in HTML, You can delete the comment if you like, So go to where you put the code and delete the comment tag and you’re problem should be solved.
It does not harm you’re site in any way it is an HTML comment tag.

HTML Comments.