Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看看这里:http ://ec2-122-248-199-2.ap-southeast-1.compute.amazonaws.com
样式表似乎加载正常,但它们对页面没有任何影响。我不知道为什么。任何帮助,将不胜感激!
HTTP 服务器声称编写的是 css 文件text/plain而不是text/css.
text/plain
text/css
quentin@system:~ # curl -I http://ec2-122-248-199-2.ap-southeast-1.compute.amazonaws.com/stylesheets/layout.css | grep -i content-type Content-Type: text/plain