-
Notifications
You must be signed in to change notification settings - Fork 0
/
concursos.html
30 lines (29 loc) · 1.04 KB
/
concursos.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
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Figura - Concursos</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="./img/background.png" />
</head>
<body>
<nav tabindex="0">
<div class="menu" >
<img src="./img/background.png"> Figura
</div>
<span class="links">
<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>
</nav>
<div id="container"></div>
<!-- falta hacer el blog jaj-->
<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>
</body>
</html>