Fix solution.html href to point to solution.css

This commit is contained in:
Daniel Murphy 2022-01-05 13:27:09 -05:00
parent 88703518ea
commit 5dc336bdf8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Holy Grail</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="solution.css">
</head>
<body>
<div class="container">