I’ve repeated exactly all the steps described in Google Html Service tutorial, with the only one difference that this is my html file:
<html>
<a href="http://www.google.com">google</a>
</html>
but when I open the url of my deployed script the page displays only the string “google” and does not recognize the link. Why?
You are missing head and body parts, try to add them, although it is said that they are just optional and see if it works..