Last active
August 29, 2015 14:07
-
-
Save aaizemberg/1ecf79787e74d0021a9e to your computer and use it in GitHub Desktop.
Tablero de Noticias (3x3)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | |
<meta charset="utf-8"> | |
<title>Tablero de Noticias 3x3</title> | |
</head> | |
<body> | |
<div class="container-fluid"> | |
<!-- | |
<div class="page-header" align="center"> | |
<iframe src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=728x90" | |
frameborder="0" width="728" height="90" marginwidth="0" marginheight="0"> | |
</iframe></div> | |
--> | |
<br> | |
<div class="row"> | |
<div class="col-md-4"><iframe src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&topic=p&format=300x250" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> | |
</iframe> | |
</div> | |
<div class="col-md-4"><iframe src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Francisco+De+Narvaez" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> | |
</iframe> | |
</div> | |
<div class="col-md-4"><iframe src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Mauricio+Macri" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> | |
</iframe></div> | |
</div> | |
<br> | |
<div class="row"> | |
<div class="col-md-4"><iframe src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Daniel+Scioli" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> | |
</iframe> | |
</div> | |
<div class="col-md-4"><iframe src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Sergio+Massa" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> | |
</iframe> | |
</div> | |
<div class="col-md-4"><iframe src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?hl=es&ned=es_ar&format=300x250&q=Elisa+Carrió" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0"> | |
</iframe></div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment