-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpunteros-politicos.html
More file actions
46 lines (44 loc) · 1.72 KB
/
punteros-politicos.html
File metadata and controls
46 lines (44 loc) · 1.72 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Punteros Politicos</title>
<link rel="stylesheet" href="styles.css">
<link rel="preload" href="font/MrsSaintDelafield-Regular.ttf" as="font" type="font/ttf" crossorigin>
</head>
<body>
<header class="header">
<a class="victoriano" href="index.html">Max Stirner</a>
<button class="hamburger" id="hamburger-btn" aria-label="Abrir menú">
<span></span>
<span></span>
<span></span>
</button>
<nav class="menu" id="menu">
<ul>
<li><a href="anarquia.html">Anarquia</a></li>
<li><a href="anti-voto.html">Anti-Voto</a></li>
<li><a href="semaforos.html">Anti-Semáforos</a></li>
<li><a href="poder.html">Redes de Poder</a></li>
<li><a href="etica.html">Etica</a></li>
<li><a href="city-of-london.html">City de Londres</a></li>
<li><a href="commonwealth.html">Commonwealth</a></li>
</ul>
</nav>
</header>
<main class="latex-container">
<h1>¿Quienes organizan las manifestaciones en Argentina?¿Quienes los financian?¿Por que?</h1>
<hr>
<section>
<p>En la siguiente presentacion le daremos rostro a quienes controlan el suministro de alimento, suministro de energia, los contenidos Estudiantiles, las noticias y el sector de armamentistica.</p>
</section>
<hr>
<section>
<div class="construccion">
<p>⚠️ Sitio en construcción</p>
</div>
</section>
</main>
</body>
</html>