-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.html
More file actions
79 lines (66 loc) · 2.4 KB
/
article.html
File metadata and controls
79 lines (66 loc) · 2.4 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : Stuffy
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20130720
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Visualizacion</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Archivo+Narrow:400,700" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="header">
<div id="logo">
<h1>Visualización dinámica de la evolución de redes de influencia política</h1>
</div>
</div>
<div id="menu-wrapper">
<div id="menu">
<ul>
<li class="current_page_item"><a href="index.html">Homepage</a></li>
<li><a href="article.html">Articulo</a></li>
<li><a href="specs.html">Especificaciones</a></li>
<li><a href="contact.html">Contacto</a></li>
</ul>
</div>
</div>
<div style="clear: both;"> </div>
<div id="wrapper">
<!-- end #header -->
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="logo">
<div class="post">
<div class="post">
<h3 class="title"><a href="#">Artículo</a></h3>
<div style="clear: both;"> </div>
<div class="entry">
<iframe id="article" src="https://docs.google.com/document/d/1rJ2WwCf5xtCXHyafQkg5AFyOMssty43cfoRCmzT1QH0/pub?embedded=true"></iframe>
</div>
</div>
</div>
</div>
<div style="clear: both;"> </div>
</div>
</div>
</div>
<!-- end #page -->
</div>
<div id="footer">
<p>2013 ITESM|Realizado por SNAITESM
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licencia Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />Este obra está bajo una <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Licencia Creative Commons Atribución-CompartirIgual 4.0 Internacional</a>.
</p>
</div>
<!-- end #footer -->
</body>
</html>