Closed impressiver closed 13 years ago
The "my_app/public/index.html" references the following css:
<link rel="stylesheet" href="/css/application.css" type="text/css" charset="utf-8">
Should be:
<link rel="stylesheet" href="/application.css" type="text/css" charset="utf-8">
Thanks fixed.
The "my_app/public/index.html" references the following css:
Should be: