1234567891011121314151617 |
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>User Log Out</title>
- <script>
- function onLoad()
- {
- //document.getElementById("username").focus();
- }
- </script>
- </head>
- <body class="yui-skin-sam" onload="onLoad()">
- <p align="left" />
- <h3>ESP log out.</h3>
- </body>
- </html>
|