client/machine.html
author Eugen Sawin <sawine@me73.com>
Fri, 19 Aug 2011 03:41:23 +0200
changeset 3 e84fec1b209b
parent 2 50a5b0e15092
child 4 25323b275a44
permissions -rw-r--r--
Layout.
     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>Welcome to Machine. Here is some big load of text. I need to see how such big chunks of text behave on regards of the layout.</p>
    13     </view-left>
    14     <view-right>
    15       <h2>Memory</h2>
    16       <p>Things you remember.</p>
    17       <p>
    18       <ul>
    19 	<li>Time</li>
    20 	<li>Space</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>