Credits page done

This commit is contained in:
2021-12-28 10:41:08 -03:00
parent 457397c550
commit 6d2f011c9b
6 changed files with 113 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tic tac toe</title>
<title>Tic Tac Toe Game</title>
<link rel="stylesheet" href="./styles/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<script type="module" src="https://cdn.jsdelivr.net/npm/emoji-picker-element@^1/index.js"></script>
@@ -69,6 +69,7 @@
<footer>
<p>Made with 💓 by <a href="http://franp.xyz" target="_blank">Francisco Pessano</a></p>
<a href="./credits/">Credits</a>
</footer>
</body>
</html>