Split sudoku css from general css
This commit is contained in:
parent
c34d31effe
commit
be11a2ee83
3 changed files with 10 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue