No style was being added to the webpage (static html & css, no rails)
Even though <link rel="stylesheet" href="style.css"> was added to <head>, the style was not being applied to the page. style.css was in the same directory as index.html
Solved by using entire filepath rather than "style.css"