Using bootstrap twitter with google blogger -


i've been trying use bootstrap twitter on google blog on blogger.com. apparently not working, , quite sure problem how including css , js files. i've uploaded .css , .js files .txt files online plain .txt upload server. including them in head.

bootstrap.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'/> 

bootstrap-responsive.css

<link href='http://m.uploadedit.com/b013/136622647822.txt' rel='stylesheet'/> 

jquery

<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'/> 

bootstrap.js

<script src='http://m.uploadedit.com/b013/1366225665368.txt'/>  

bootsrap.min.js

<script src='http://m.uploadedit.com/b013/1366225732588.txt'/>  

is not possible link these files when .txt? if not alternatives have? i've seen both dropbox , google drive mentioned on blog post, far i've tried , searched not possible have plain text page - dropbox , drive adds html interfaces.

update: solved using free webhost uploading plain .js , .css this - googled "free webhost".

the problem free webhosts can rather slow - , webhost i've chosen informs ddos attacks. there better alternative - if not want pay serverspace?

you can use netdna's cdn bootstrap: http://www.bootstrapcdn.com

i'm using , i'm highly satisfied result (http://pr-nizar.blogspot.com).

or can use dropbox cdn if you're using customized version of bootstrap.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -