The script element is the last element before the closing </body> tag in the HTML structure.

<html>
<body>
<h3>Tweeter</h3>
<script></script>
</body>
</html>]]>

Make sure to pick <h3> followed by </h3> and then <script>, </script>.