Skip to content

Commit

Permalink
1) Modificar el servidor Quiz para añadir un enlace en el píe de página
Browse files Browse the repository at this point in the history
<footer> del marco de las páginas renderizadas que apunte a la página de
su proyecto en GitHub.
  • Loading branch information
jantoniogc committed Jul 24, 2015
1 parent b71f8fe commit 361fb54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@

<footer class="main" id="f1">
<a href="http://es.wikipedia.org/wiki/Quiz">
¿Que es un Quiz?
Que es un Quiz?
</a>
<a href="https://github.com/jantoniogc/quiz-2015">GitHub</a>
</footer>
</div>
</body>
Expand Down

0 comments on commit 361fb54

Please sign in to comment.