feat: project complete

This commit is contained in:
Smigz 2023-12-14 18:36:54 -05:00
parent dcb7c62de0
commit 43173aac47
3 changed files with 80 additions and 97 deletions

View file

@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;0,900;1,500;1,700;1,900&family=Silkscreen:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Tic-Tac-Toe</title>
</head>