Tasnad

Aus LNTwww
Wechseln zu:Navigation, Suche

<html>

 <p>Before the script...</p>
 <script>
   alert( 'Hello, world!' );
 </script>
 <p>...After the script.</p>

</html>