e8c235d4 by Jeff Balicki

c

1 parent 1ae1e64c
Showing 1 changed file with 2 additions and 6 deletions
...@@ -53,16 +53,12 @@ ...@@ -53,16 +53,12 @@
53 cursor: hand; 53 cursor: hand;
54 } 54 }
55 </style> 55 </style>
56
57 <script type="text/javascript" src="addEvent.js"></script> 56 <script type="text/javascript" src="addEvent.js"></script>
58
59 </head> 57 </head>
60
61 <body> 58 <body>
62 <div style="width:80%;"><?php 59 <div style="width:80%;"><?php
63 include('signinView.php'); 60 include('signinView.php');
64 61 ?>
65 ?>
66 </div> 62 </div>
67 <div id="TzLogo"> 63 <div id="TzLogo">
68 <img src="tenzing.gif" width="259" height="75" alt="Tenzing" /> 64 <img src="tenzing.gif" width="259" height="75" alt="Tenzing" />
......