kevinconka commited on
Commit
3f78240
·
1 Parent(s): c40323b

Fix stylesheet link in index.html to reference 'style.css' instead of 'styles.css'

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -5,7 +5,7 @@
5
  <meta charset="UTF-8" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Coastal Surveillance Simulator</title>
8
- <link rel="stylesheet" href="styles.css" />
9
  </head>
10
 
11
  <body>
 
5
  <meta charset="UTF-8" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Coastal Surveillance Simulator</title>
8
+ <link rel="stylesheet" href="style.css" />
9
  </head>
10
 
11
  <body>