Split sudoku css from general css

This commit is contained in:
Drew Galbraith 2023-05-03 17:04:34 -07:00
parent c34d31effe
commit be11a2ee83
3 changed files with 10 additions and 9 deletions

View file

@ -2,6 +2,7 @@
<html>
<head>
<title>Sudoku</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/sudoku.css">
<script src="scripts/sudoku.js"></script>
</head>