client/machine.html
author Eugen Sawin <sawine@me73.com>
Tue, 27 Sep 2011 02:48:06 +0200
changeset 4 25323b275a44
parent 3 e84fec1b209b
child 5 fdf35f8d7ff8
permissions -rw-r--r--
Just some text.
     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <title>Machine</title>
     5     <script src="scripts/client.js" type="text/javascript"></script>
     6     <link rel="stylesheet" type="text/css" href="client.css" />
     7   </head>
     8 <body>
     9   <view-area>
    10     <view-left>
    11       <h2>Machine</h2>
    12       <p>Be yourself within Machine.</p>
    13     </view-left>
    14     <view-right>
    15       <h2>Inventory</h2>
    16       <p>In your possession are:</p>
    17       <p>
    18       <ul>
    19 	<li>keyring</li>
    20 	<li>notebook</li>
    21       </ul>
    22       </p>
    23     </view-right>
    24   </view-area>
    25   <autocompletion-area>
    26     
    27   </autocompletion-area>
    28   <command-area>
    29     <form name="com-form" onsubmit="return command()">
    30     <input type="submit" value="submit" style="visibility: hidden;">
    31     <input type="text" name="com" id="com" />     
    32   </form>
    33   </command-area>
    34 </body>
    35 </html>