~ubuntu-uy-website-team/ubuntu-uy-website/Desarrollo

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE HTML>
<html>
	<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

	<title>Ubuntu Uruguay Oficial LoCO Team</title>

	<link rel="shortcut icon" href="images/favicon.ico" type="image/ico" />
	<link rel="icon" href="images/favicon.ico" type="image/ico" />

	<!-- stylesheets -->
	<!--[if !IE ]><!-->
	<link rel="stylesheet" type="text/css" href="css/default.css" />
	<!--<![endif]-->

	<!--[if gte IE 7]>
	<link rel="stylesheet" type="text/css" href="css/ie.css" />
	<![endif]-->

	<!--[if IE 6 ]>
	<link rel="stylesheet" type="text/css" href="css/ie6.css" media="screen, projection" />
	<![endif]-->

	<!--[if IE ]>
	<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
	<script src="js/ventanas.js"></script>

	</head>
	<body id="home">
	
	<?php include ("menu.php"); # Se carga el menú superior?>

	<section id="main-section">
	    <div class="container" >

		<div style="text-align: center;"><script type="text/javascript"><!--
		google_ad_client = "pub-7121804174351439";
		/* 728x90, creado 2/08/09 */
		google_ad_slot = "0108334074";
		google_ad_width = 728;
		google_ad_height = 90;
		//-->
		</script><script type="text/javascript"
		src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
		</script>
		</div><br />

<section id="content">
	    <!-- all column wide content -->
<article class="main-content leading">

    <h3><center>Sala de chat</center></h3>

	<div align="center">
<iframe frameborder="0" height="350" src="http://webchat.freenode.net/?channels=ubuntu-uy&amp;nick=invitado&amp;prompt=1" width="100%">&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/div&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;</iframe>
	</div>

</article>
	<hr class="divide" />
	

<hr class="divide" />

<footer id="page-footer">

<?php include ('footer.php'); # Se carga el pié de página ?>


	</footer>


	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
	<script type="text/javascript" src="js/main.js"></script>

  <!-- IE6 hacks -->
  <!--[if IE 6 ]>
	  <script src="js/pngFix.js"></script>
	  <script> DD_belatedPNG.fix('.png'); </script>
  <![endif]-->
	
	</body>
</html>