application: gulshan-singhversion: 1runtime: python27api_version: 1threadsafe: yes
handlers:- url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico
- url: .* script: main.app - url: /stylesheets/(.*\.css) mime_type: text/css static_files: stylesheets/\1 upload: stylesheets/(.*\.css)
libraries:- name: webapp2 version: "2.5.1"- name: jinja2 version: latest
<link rel="stylesheet" type="text/css" href="/stylesheets/styles.css">- url: /stylesheets
static_dir: stylesheets
- url: .* script: main.appMee too facing the same problem.. any one please help us
-
On Wednesday, May 2, 2012 12:17:48 PM UTC-7, Gulshan Singh wrote:I can't figure out how to link CSS style sheets into my html.