奇怪的 HTML 错误(停止包含 CSS 和 JS 文件)

发布于 2024-11-06 04:32:45 字数 315 浏览 0 评论 0原文

这是我的问题的链接: http://alexcoady.co.uk/crumbl/

基本上,我什么也没得到;只是标记,我确信它很有效。 CSS 文件和 jQuery 文件并没有被引入。我是一个相当有经验的程序员,这真的让我很困惑,我确信我一定错过了一些东西。

Firebug 说 DOCTYPE 行存在语法错误,但事实并非如此。

这是我的 .htaccess 文件 - 抱歉,我太厚了。

谢谢!

Here's the link to my problem:
http://alexcoady.co.uk/crumbl/

Basically, I'm getting nothing; just the markup, which I'm sure is bang on. The CSS file and jQuery file aren't getting pulled in though.. I'm a fairly experienced programmer and this is really throwing me, I'm sure I must be missing something.

Firebug says there's a Syntax error with the DOCTYPE line, there isn't.

It's my .htaccess file - sorry, me being thick.

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

↘人皮目录ツ 2024-11-13 04:32:45

检查您的.htaccess。没有重定向规则吗?

Check your .htaccess. Aren't there any redirection rule?

你怎么这么可爱啊 2024-11-13 04:32:45

您的 jquery-1.6.js 文件实际上是一个 HTML 页面,错误是指该脚本上的 doctype。

Your jquery-1.6.js file is actually an HTML page, and the error is referring to the doctype on that script.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文