【发布时间】:2015-07-10 18:13:09
【问题描述】:
我正在通过 Heroku 上传引导模板。模板名称为:Brushed。 http://www.alessioatzeni.com/blog/brushed-template/
我通过一个带有以下代码的php文件路由到主页:
<?php include_once("home.html"); ?>
cloud9 上的模拟器一切正常,但是,当我将它上传到 Heroku 时,只显示我的 HTML,而没有任何 CSS。有人知道我能做什么吗?
这是我网站的链接:https://mariatorres.herokuapp.com/
它不是一个 Rails 应用程序,只是一个静态引导模板。
【问题讨论】:
-
这是我使用的代码:
-
CSS 资源的 URL 已损坏。示例:mariatorres.herokuapp.com/_include/css/bootstrap.min.css
标签: php html css twitter-bootstrap heroku