Add support for serving static files
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
<title>{% block title %}Movieclub{% endblock %}</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<link rel='icon' type="image/webp" href="{% static 'favicon.webp' %}">
|
||||
<link rel='stylesheet' type='text/css' media='screen' href='{% static "style/main.css" %}'>
|
||||
<!-- <link rel='stylesheet' type='text/css' media='screen' href='{% static "style/main.css" %}'> -->
|
||||
<!-- Bootstrap -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user