Add link to the code in the footer.

This commit is contained in:
Madeorsk 2019-02-24 13:57:50 +01:00
parent f213622196
commit c41d9fdd07
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<body>
<?= $body_content ?>
<footer>
<a>I am on GitHub!</a>
<a href="https://git.cant.at/Madeorsk/PollVerlaine" target="_blank">Here is my code!</a>
</footer>
</body>
</html>

View File

@ -97,6 +97,8 @@ footer
font-weight: 700;
text-align: center;
}
footer a
{ color: #8E8E8E; text-decoration: none; }
@media screen and (max-width: 640px)
{