【发布时间】:2016-04-14 15:09:16
【问题描述】:
我正在使用 Yeoman 创建一个静态网站,它创建的文件结构如下:
-app
index.html
-css
style.css
-js
script.js
Gruntfile.js
README.md
bower.json
package.json
我使用 filezilla 将其发送到我的服务器(使用 bluehost),但似乎没有显示任何内容?当我尝试访问该网站时。 (例如whatever.com)
是因为我的 'index.html' 位于 app 目录中吗?我是否应该只托管我的应用程序目录,以便“index.html”位于根目录中?
【问题讨论】:
标签: html css web-services server directory