1ae1e64c by Jeff Balicki

test commit

1 parent 61bc32a3
Showing 1 changed file with 0 additions and 8 deletions
1 <?php
2
3
4 ?>
5
6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
8 <head> 3 <head>
...@@ -65,9 +60,6 @@ ...@@ -65,9 +60,6 @@
65 60
66 <body> 61 <body>
67 <div style="width:80%;"><?php 62 <div style="width:80%;"><?php
68
69
70
71 include('signinView.php'); 63 include('signinView.php');
72 64
73 ?> 65 ?>
......