Home | History | Annotate | Download | only in public
      1 <!DOCTYPE html>
      2 <head>
      3   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      4   <title>Embedded TKO Test</title>
      5   <script type="text/javascript" language='javascript' 
      6     src='autotest.EmbeddedTkoClient.nocache.js'>
      7   </script>
      8 
      9   <script type="text/javascript">
     10     function initialize() {
     11       Autotest.initialize("http://autotest");
     12     }
     13   </script>
     14 </head>
     15 
     16 <body onload="initialize()">
     17   Top text
     18   Middle text
     19   Bottom text
     20 </body>
     21