B
B
BotaniQ_Q2017-06-06 03:40:44
Django
BotaniQ_Q, 2017-06-06 03:40:44

css not loading in django?

Here is the html

{% load staticfiles %}
</html>
<!DOCTYPE html>
<
<html lang="en" class="no-js">
    <!-- BEGIN HEAD -->
    <head>
        <meta charset="utf-8"/>
        <title>Бложик</title>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta content="width=device-width, initial-scale=1" name="viewport"/>
        <meta content="" name="description"/>
        <meta content="" name="author"/>

        <!-- GLOBAL MANDATORY STYLES -->
        <link href="http://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet" type="text/css">
        <link rel="stylesheet" href={% static 'vendor/simple-line-icons/css/simple-line-icons.css'%}">
        <link rel="stylesheet" href={% static 'vendor/bootstrap/css/bootstrap.min.css'%}">

        <!-- PAGE LEVEL PLUGIN STYLES -->
        <link rel="stylesheet" href={% static 'css/animate.css'%}">

        <!-- THEME STYLES -->
        <link rel="stylesheet" href={% static 'css/layout.min.css' %}">

        <!-- Favicon -->
        <link rel="shortcut icon" href={% static 'favicon.ico'%}">
    </head>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question