UNPKG

haml

Version:

Haml ported to server-side Javascript. This is a traditional server-side templating language.

13 lines 296 B
<head> <script type="text/javascript"> //<![CDATA[ function greet(message) { alert("Message from MCP: " + message); } //]]> </script> <title>Script and Css test</title><style type="text/css"> body { color: pink; } </style></head><body onload="greet(&quot;I'm Pink&quot;)">COLOR ME PINK</body>