de
Showing
1 changed file
with
19 additions
and
19 deletions
| 1 | |||
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> | ||
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 4 | <head> | ||
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
| 6 | <title>Tenzing Communications Inc.</title | ||
| 7 | <?php header("Access-Control-Allow-Origin", "*"); ?><style type="text/css"> | ||
| 8 | body { | ||
| 9 | margin:0; | ||
| 10 | padding:0; | ||
| 11 | background-color: #3b0d32; | ||
| 12 | color: #777; | ||
| 13 | } | ||
| 14 | </style> | ||
| 15 | |||
| 16 | <script type="text/javascript"> | ||
| 17 | // document.domain = 'gotenzing.com'; | ||
| 18 | </script> | ||
| 19 | </head> | ||
| 1 | <?php | 20 | <?php |
| 2 | session_start(); | 21 | session_start(); |
| 3 | 22 | ||
| ... | @@ -23,25 +42,6 @@ | ... | @@ -23,25 +42,6 @@ |
| 23 | 42 | ||
| 24 | 43 | ||
| 25 | ?> | 44 | ?> |
| 26 | <?php header("Access-Control-Allow-Origin", "*"); ?> | ||
| 27 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> | ||
| 28 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 29 | <head> | ||
| 30 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
| 31 | <title>Tenzing Communications Inc.</title> | ||
| 32 | <style type="text/css"> | ||
| 33 | body { | ||
| 34 | margin:0; | ||
| 35 | padding:0; | ||
| 36 | background-color: #3b0d32; | ||
| 37 | color: #777; | ||
| 38 | } | ||
| 39 | </style> | ||
| 40 | |||
| 41 | <script type="text/javascript"> | ||
| 42 | // document.domain = 'gotenzing.com'; | ||
| 43 | </script> | ||
| 44 | </head> | ||
| 45 | 45 | ||
| 46 | <frameset rows="*,75" frameborder="no" border="0" framespacing="0"> | 46 | <frameset rows="*,75" frameborder="no" border="0" framespacing="0"> |
| 47 | <frame src="<?php echo $valid;?>" name="mainFrame" id="mainFrame" title="mainFrame" /> | 47 | <frame src="<?php echo $valid;?>" name="mainFrame" id="mainFrame" title="mainFrame" /> | ... | ... |
-
Please register or sign in to post a comment