Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

GET /style.css HTTP/1.1" 404

<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/skel.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style-large.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style-xlarge.css') }}" />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #GET
ADD COMMENT
Topic
Name
8+4 =