userlogout.html 481 B

1234567891011121314151617
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  4. <title>User Log Out</title>
  5. <script>
  6. function onLoad()
  7. {
  8. //document.getElementById("username").focus();
  9. }
  10. </script>
  11. </head>
  12. <body class="yui-skin-sam" onload="onLoad()">
  13. <p align="left" />
  14. <h3>ESP log out.</h3>
  15. </body>
  16. </html>