client/#machine.html#
author Eugen Sawin <sawine@me73.com>
Wed, 28 Sep 2011 03:14:37 +0200
changeset 5 fdf35f8d7ff8
permissions -rw-r--r--
Added jquery stuff.
sawine@0
     1
<!DOCTYPE html>
sawine@0
     2
<html>
sawine@0
     3
  <head>
sawine@0
     4
    <title>Machine</title>
sawine@0
     5
    <script src="scripts/client.js" type="text/javascript"></script>
sawine@0
     6
    <link rel="stylesheet" type="text/css" href="client.css" />
sawine@0
     7
  </head>
sawine@0
     8
<body>
sawine@0
     9
  <view-area>
sawine@0
    10
    
sawine@0
    11
  </view-area>
sawine@0
    12
  <command-area>
sawine@0
    13
    <form name="com-form" onsubmit="return command()">
sawine@0
    14
    <input type="submit" value="submit" style="visibility: hidden;">
sawine@0
    15
    <input type="text" name="com" id="com" />     
sawine@0
    16
  </form>
sawine@0
    17
  </command-area>
sawine@0
    18
</body>
sawine@0
    19
</html>