我一直在尝试在 blogger.com 上的谷歌博客上使用 bootstrap twitter。显然它不起作用,我很确定问题是我如何包含 css 和 js 文件。我已将 .css 和 .js 文件作为 .txt 文件上传到在线纯 .txt 上传服务器。我将它们包括在脑海中。
引导程序.css
<link href='http://m.uploadedit.com/b013/1366225851722.txt' rel='stylesheet'/>
bootstrap.min.css
<link href='http://m.uploadedit.com/b013/1366225875450.txt' rel='stylesheet'/>
引导响应.css
<link href='http://m.uploadedit.com/b013/136622647822.txt' rel='stylesheet'/>
查询
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'/>
<script src='//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js'/>
<script src='http://m.uploadedit.com/b013/1366226081928.txt'/>
引导程序.js
<script src='http://m.uploadedit.com/b013/1366225665368.txt'/>
bootsrap.min.js
<script src='http://m.uploadedit.com/b013/1366225732588.txt'/>
当它们是 .txt 时,是否无法链接到这些文件?如果没有,我有什么选择?我已经在博客文章中看到了 Dropbox 和 google drive,但据我尝试和搜索,不可能有纯文本页面 - Dropbox 和驱动器为其界面添加了 html。
更新: 我通过使用免费的网络主机来解决它,像这样上传普通的 .js 和 .css -我刚刚搜索了“免费网络主机”。
问题是免费的网络主机可能相当慢 - 我选择的网络主机会通知 DDOS 攻击。有没有更好的选择 - 如果我不想为服务器空间付费?