-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexposiciones.html
57 lines (48 loc) · 2.11 KB
/
exposiciones.html
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
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Figura - Galería de exposiciónes</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="altBlog.css">
<link rel="icon" type="image/png" href="./img/background.png" />
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/es_LA/sdk.js#xfbml=1&version=v7.0&appId=1190445321316803&autoLogAppEvents=1" nonce="BUb9bUSz"></script>
</head>
<body style="background-color: black;">
<div id="TOP"></div>
<nav tabindex="0" style='position: static; padding:0;'>
<div class="menu" >
<img src="./img/background.png"> Figura
</div>
<span class="links" style='padding:16px;'>
<a href="./index.html">Inicio</a>
<a href="./novedades.html">¿Qué hay de nuevo?</a>
<a href="./anuncios.html">Concursos y Anuncios</a>
<a href='./exposiciones.html'>Galería de exposiciones</a>
<!-- <a href="./concursos.html">Concursos</a> -->
</span>
<div class="break"></div>
<div style="width: 100%; background-color: #2000ad; height: 20px;"></div>
</nav>
<div id="container"></div>
<script src="./expos.js"></script>
<script defer>
</script>
<noscript>Tu explorador no soporta o tiene desactivado JavaScript :(</noscript>
<!--
<footer style="font-size: 1rem; color: rgb(100, 100, 100); text-align: center;">
Made with 💙 by <a href="https://ctrl-alt-tec.hackclub.com">Ctrl Alt Tec</a><br/>
</footer>
-->
<footer class="footer">
<div class='footer'>
<p class='footer'> Galería de exposiciones</p>
<p class='footer'>
Made with 💙 by <a href="https://ctrl-alt-tec.hackclub.com" style='text-decoration: none; color: inherit;'>Ctrl Alt Tec</a>
</p>
<a href="#TOP" style="text-align: right; margin-right: 20px; text-decoration: none; color: white">Volver arriba</a>
</div>
</footer>
</body>
</html>